You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ All out of scope targets defined by huntr as well as:
55
55
***langchain-experimental**: This repository is for experimental code and is not
56
56
eligible for bug bounties (see [package warning](https://pypi.org/project/langchain-experimental/)), bug reports to it will be marked as interesting or waste of
57
57
time and published with no bounty attached.
58
-
***tools**: Tools in either langchain or langchain-community are not eligible for bug
58
+
***tools**: Tools in either `langchain` or `langchain-community` are not eligible for bug
59
59
bounties. This includes the following directories
60
-
* libs/langchain/langchain/tools
61
-
* libs/community/langchain_community/tools
60
+
*`libs/langchain/langchain/tools`
61
+
*`libs/community/langchain_community/tools`
62
62
* Please review the [Best Practices](#best-practices)
63
63
for more details, but generally tools interact with the real world. Developers are
64
64
expected to understand the security implications of their code and are responsible
0 commit comments