jbruinaud / WebGoatNet

WebGoat .Net for demos
0 stars 0 forks source link

CX Improper_Exception_Handling @ App_Code/DB/DbProviderFactory.cs [master] #179

Open jbruinaud opened 4 years ago

jbruinaud commented 4 years ago

Improper_Exception_Handling issue exists @ App_Code/DB/DbProviderFactory.cs in branch master

Method Create at line 14 of App_Code\DB\DbProviderFactory.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: 20


Code (Line #20):

            log.Info("Creating provider for" + dbType);