]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
security: make it clear about subtopics in server (#18754)
authorXuan-Son Nguyen <redacted>
Sun, 11 Jan 2026 15:51:03 +0000 (16:51 +0100)
committerGitHub <redacted>
Sun, 11 Jan 2026 15:51:03 +0000 (16:51 +0100)
* security: make it clear about subtopics in server

* exclude DoS

SECURITY.md

index dd3a78d2909949c4162bef76c5f56f3812e57fd7..9a93732318121ba5ab7fcf452fbe28a8e739cc7e 100644 (file)
@@ -38,7 +38,11 @@ Only vulnerabilities that fall within these parts of the project are considered
 - `src/**/*`
 - `ggml/**/*`
 - `gguf-py/**/*`
-- `tools/server/*` (note: Web UI is not covered)
+- `tools/server/*`, **excluding** the following topics:
+    - Web UI
+    - Features marked as experimental
+    - Features not recommended for use in untrusted environments (e.g., router, MCP)
+    - Bugs that can lead to Denial-of-Service attack
 
 Note that none of the topics under [Using llama.cpp securely](#using-llamacpp-securely) are considered vulnerabilities in LLaMA C++.