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

Update 0x98-Appendix-W_LLM_Security.md #1981

Merged
merged 1 commit into from
Jun 24, 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
1 change: 1 addition & 0 deletions 5.0/en/0x98-Appendix-W_LLM_Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Ensure that the outputs generated by the LLM are filtered and sanitized to preve
| :---: | :--- | :---: | :---: | :---: | :---: |
| **W.2.1** | Verify that outputs from the LLM are reviewed and filtered to prevent the leakage of sensitive data. | ✓ | ✓ | ✓ | 200 |
| **W.2.2** | Verify that outputs are sanitized to avoid generating harmful or inappropriate content. | ✓ | ✓ | ✓ | 89 |
| **W.2.3** | Verify that all outputs from Large Language Models (LLMs) used during the software development process, including code suggestions, package recommendations, and configuration snippets, are subject to verification and validation by developers before implementation. | ✓ | ✓ | ✓ | 345 |

## W.3 Access Control and Authentication

Expand Down
Loading