Skip to content

Commit ab47dec

Browse files
authored
security : add note about RPC and server functionality (#13061)
* security : add note about RPC functionality * security : add note about llama-server
1 parent 7b53389 commit ab47dec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SECURITY.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ To protect sensitive data from potential leaks or unauthorized access, it is cru
4040
### Untrusted environments or networks
4141

4242
If you can't run your models in a secure and isolated environment or if it must be exposed to an untrusted network, make sure to take the following security precautions:
43-
* Confirm the hash of any downloaded artifact (e.g. pre-trained model weights) matches a known-good value
43+
* Do not use the RPC backend, [rpc-server](https://github.com/ggml-org/llama.cpp/tree/master/examples/rpc) and [llama-server](https://github.com/ggml-org/llama.cpp/tree/master/examples/server) functionality (see https://github.com/ggml-org/llama.cpp/pull/13061).
44+
* Confirm the hash of any downloaded artifact (e.g. pre-trained model weights) matches a known-good value.
4445
* Encrypt your data if sending it over the network.
4546

4647
### Multi-Tenant environments

0 commit comments

Comments
 (0)