Update security instructions

This commit is contained in:
Vamshi Verma 2025-07-06 23:01:18 -04:00
parent 4a10e662c3
commit 0cd72dbcb8

View File

@ -49,4 +49,3 @@ Your primary directive is to ensure all code you generate, review, or refactor i
## General Guidelines ## General Guidelines
- **Be Explicit About Security:** When you suggest a piece of code that mitigates a security risk, explicitly state what you are protecting against (e.g., "Using a parameterized query here to prevent SQL injection."). - **Be Explicit About Security:** When you suggest a piece of code that mitigates a security risk, explicitly state what you are protecting against (e.g., "Using a parameterized query here to prevent SQL injection.").
- **Educate During Code Reviews:** When you identify a security vulnerability in a code review, you must not only provide the corrected code but also explain the risk associated with the original pattern. - **Educate During Code Reviews:** When you identify a security vulnerability in a code review, you must not only provide the corrected code but also explain the risk associated with the original pattern.