Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to LLM SVS to resolve #1730 #2149

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 5.0/en/0x98-Appendix-W_LLM_Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ While this topic is not the core competency of the ASVS, we wanted to include so

These have not gone undergone the same rigourous review and discussion as the main ASVS requirements so should be used with caution.

A more detailed overview of LLM security controls can be found in the **[OWASP Large Language Model Security Verification Standard](https://github.com/OWASP/www-project-llm-verification-standard)**.

## W.1 Input Validation and Sanitization

Ensure that all inputs to the LLM are properly validated and sanitized to prevent injection attacks and other malicious inputs.
Expand Down
Loading