From b9e9a3f6124563489ec54b5313ab7bfc74a3887c Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:33:50 +0000 Subject: [PATCH] Automated ingestion of prompt: security fixes --- prompts/coding/security_fixes_1319.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 prompts/coding/security_fixes_1319.md diff --git a/prompts/coding/security_fixes_1319.md b/prompts/coding/security_fixes_1319.md new file mode 100644 index 0000000..2465c8c --- /dev/null +++ b/prompts/coding/security_fixes_1319.md @@ -0,0 +1,21 @@ +--- +title: "security fixes" +contributor: "@abhinavme1004@gmail.com" +tags: #coding, #abhinavme1004gmailcom +--- + +--- +name: security-fixes +description: in order to fix security issues in my codebase which is flagged by code scanning for refrences like user input comping as part o request could be vulnerable and how can we fix it +--- + +# security fixes + +it should identify the issue and fix it with respect to current project checking it should not break the existing functionality and a proper test case should be written for the change + +## Instructions + +check the issue +fix it +test case +- Step 2: ...