Open jbruinaud opened 2 years ago
Improper_Resource_Access_Authorization issue exists @ root/password.jsp in branch master
An I\O action occurs at root\password.jsp in 24 without authorization checks.
Severity: Low
CWE:285
Checkmarx
Training Recommended Fix
Lines: 24
Code (Line #24):
stmt.executeQuery("UPDATE Users set password= '" + password1 + "' where name = '" + username + "'");
Improper_Resource_Access_Authorization issue exists @ root/password.jsp in branch master
An I\O action occurs at root\password.jsp in 24 without authorization checks.
Severity: Low
CWE:285
Checkmarx
Training Recommended Fix
Lines: 24
Code (Line #24):