jbruinaud / WebGoatNet

WebGoat .Net for demos
0 stars 0 forks source link

CX Improper_Exception_Handling @ WebGoatCoins/CustomerLogin.aspx.cs [master] #115

Open jbruinaud opened 4 years ago

jbruinaud commented 4 years ago

Improper_Exception_Handling issue exists @ WebGoatCoins/CustomerLogin.aspx.cs in branch master

Method ButtonLogOn_Click at line 31 of WebGoatCoins\CustomerLogin.aspx.cs performs an operation that could be expected to throw an exception, and is not properly wrapped in a try-catch block. This constitutes Improper Exception Handling.

Severity: Low

CWE:248

Checkmarx

Lines: 36


Code (Line #36):

            log.Info("User " + email + " attempted to log in with password " + pwd);

jbruinaud commented 4 years ago

Issue still exists.

SUMMARY

Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)