Skip to content

Commit 4b060bf

Browse files
authored
security: make it clear about subtopics in server (#18754)
* security: make it clear about subtopics in server * exclude DoS
1 parent 9789e28 commit 4b060bf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

SECURITY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ Only vulnerabilities that fall within these parts of the project are considered
3838
- `src/**/*`
3939
- `ggml/**/*`
4040
- `gguf-py/**/*`
41-
- `tools/server/*` (note: Web UI is not covered)
41+
- `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
4246

4347
Note that none of the topics under [Using llama.cpp securely](#using-llamacpp-securely) are considered vulnerabilities in LLaMA C++.
4448

0 commit comments

Comments
 (0)