jbruinaud / BodgeitCxFlowGithub

0 stars 0 forks source link

CX Information_Exposure_Through_an_Error_Message @ root/login.jsp [master] #36

Open jbruinaud opened 2 years ago

jbruinaud commented 2 years ago

Information_Exposure_Through_an_Error_Message issue exists @ root/login.jsp in branch master

Method catch, at line 60 of root\login.jsp, handles an Exception or runtime Error e. During the exception handling code, the application exposes the exception details to println, in method out.println of root\login.jsp, line 63.

Severity: Low

CWE:209

Checkmarx

Training Recommended Fix

Lines: 60


Code (Line #60):

    } catch (Exception e) {