Reflected_XSS_All_Clients issue exists @ src/main/webapp/vulnerability/UserDetails.jsp in branch master
Method username=request.getParameter at line 8 of src\main\webapp\vulnerability\UserDetails.jsp gets user input for the ""username"" element. This element’s value then flows through the code without being properly sanitized or validated and is eventually displayed to the user in method out.print at line 23 of src\main\webapp\vulnerability\UserDetails.jsp. This may enable a Cross-Site-Scripting attack.
Severity: High
CWE:79
Vulnerability details and guidance
Internal Guidance
Checkmarx
Lines: 8
Code (Line #8):
String username=request.getParameter("username");