We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9789e28 commit 4b060bfCopy full SHA for 4b060bf
1 file changed
SECURITY.md
@@ -38,7 +38,11 @@ Only vulnerabilities that fall within these parts of the project are considered
38
- `src/**/*`
39
- `ggml/**/*`
40
- `gguf-py/**/*`
41
-- `tools/server/*` (note: Web UI is not covered)
+- `tools/server/*`, **excluding** the following topics:
42
+ - Web UI
43
+ - Features marked as experimental
44
+ - Features not recommended for use in untrusted environments (e.g., router, MCP)
45
+ - Bugs that can lead to Denial-of-Service attack
46
47
Note that none of the topics under [Using llama.cpp securely](#using-llamacpp-securely) are considered vulnerabilities in LLaMA C++.
48
0 commit comments