We have a Java-based client / server project. Recently, one of the testers discovered an SQL injection vulnerability while testing the application.
We do not have enough resources to manually test the SQL injection application.
Are there any SQL injectors / static code analyzers that detect SQL vulnerabilities in Java code?
source
share