VulnerableApp icon indicating copy to clipboard operation
VulnerableApp copied to clipboard

SQL test expected issue file fix

Open SampathKumarAmex opened this issue 7 months ago • 0 comments

Fixes one of the issues highlighted : https://github.com/SasanLabs/VulnerableApp/issues/448

The line of code is the beginning of a try-catch block:
SQL Injection : src/main/java/org/sasanlabs/service/vulnerability/sqlInjection/ErrorBasedSQLInjectionVulnerability.java : 218

SampathKumarAmex avatar Jul 23 '24 16:07 SampathKumarAmex