From 0614a58439c106edcbadefb47eb5ef37914592ac Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Wed, 3 Apr 2024 20:47:19 +0300 Subject: [PATCH] fix --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index b1e5576bb..14504b1bf 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -31,7 +31,7 @@ For maximum security when handling untrusted inputs, you may need to employ the * Validation: Enforce strict rules on allowed characters and data types. * Filtering: Remove potentially malicious scripts or code fragments. * Encoding: Convert special characters into safe representations. - * Verification: Run tooling that identifies potential script injections (e.g. [models that detect prompt injection attempts](https://python.langchain.com/docs/guides/safety/hugging_face_prompt_injection)). + * Verification: Run tooling that identifies potential script injections (e.g. [models that detect prompt injection attempts](https://python.langchain.com/docs/guides/safety/hugging_face_prompt_injection)). ### Data privacy