Skip to content

Commit bb343fd

Browse files
authored
security : add note about RPC functionality
1 parent 2434535 commit bb343fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ 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+
* Confirm the hash of any downloaded artifact (e.g. pre-trained model weights) matches a known-good value.
4444
* Encrypt your data if sending it over the network.
45+
* Do not use the RPC backend and [rpc-server](https://github.com/ggml-org/llama.cpp/tree/master/examples/rpc) functionality.
4546

4647
### Multi-Tenant environments
4748

0 commit comments

Comments
 (0)