From 0cd72dbcb8c9f929391c2f897ba70427da76fcde Mon Sep 17 00:00:00 2001 From: Vamshi Verma Date: Sun, 6 Jul 2025 23:01:18 -0400 Subject: [PATCH] Update security instructions --- instructions/security-and-owasp.instructions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/instructions/security-and-owasp.instructions.md b/instructions/security-and-owasp.instructions.md index c874c92..059bea4 100644 --- a/instructions/security-and-owasp.instructions.md +++ b/instructions/security-and-owasp.instructions.md @@ -49,4 +49,3 @@ Your primary directive is to ensure all code you generate, review, or refactor i ## 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."). - **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. - \ No newline at end of file