jbruinaud / WebGoatNet

WebGoat .Net for demos
0 stars 0 forks source link

CX Insufficient_Logging_of_Exceptions @ Code/DatabaseUtilities.cs [master] #177

Open jbruinaud opened 4 years ago

jbruinaud commented 4 years ago

Insufficient_Logging_of_Exceptions issue exists @ Code/DatabaseUtilities.cs in branch master

Severity: Information

CWE:778

Checkmarx

Lines: 81 98 84 101


Code (Line #81):

            } catch (SqliteException ex) {

Code (Line #98):

            } catch (SqliteException ex) {

Code (Line #84):

            } catch (Exception ex) {

Code (Line #101):

            } catch (Exception ex) {