fix
This commit is contained in:
parent
418d50d9f8
commit
0614a58439
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* Validation: Enforce strict rules on allowed characters and data types.
|
||||||
* Filtering: Remove potentially malicious scripts or code fragments.
|
* Filtering: Remove potentially malicious scripts or code fragments.
|
||||||
* Encoding: Convert special characters into safe representations.
|
* 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
|
### Data privacy
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue