prompts.chatprompts.chatprompts.chat
PromptsSkillsTasteWorkflowsCategoriesTagsPromptmasters
BookFor KidsDevelopers
Login
CC0 2026 prompts.chat
DeepWikiHow to...DocsAPIPrivacyTermsSupportAboutGitHub

security fixes

A
@abhinavme1004
4 days agoMarch 11, 2026 at 10:06 PM
Coding

Content

1---
2name: security-fixes
3description: 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
4---
5
6# security fixes
7
8it 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
9
10## Instructions
11
12check the issue
13fix it
14test case
15- Step 2: ...

Comments (0)