1---2name: security-fixes3description: 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 it4---56# security fixes78it 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 change910## Instructions1112check the issue13fix it14test case15- Step 2: ...