Skip to content

Commit bb5e228

Browse files
authored
security : add note about llama-server
1 parent bb343fd commit bb5e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +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+
* 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).
4344
* 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.
45-
* Do not use the RPC backend and [rpc-server](https://github.com/ggml-org/llama.cpp/tree/master/examples/rpc) functionality.
4646

4747
### Multi-Tenant environments
4848

0 commit comments

Comments
 (0)