Skip to content

thomasleplus/java-sql-inspector

Folders and files

NameName
Last commit message
Last commit date
May 19, 2025
Mar 16, 2025
May 30, 2022
Feb 21, 2025
May 5, 2025
Aug 20, 2021
Mar 2, 2025
Mar 16, 2025
Feb 22, 2025
Sep 22, 2024
Jan 28, 2023
Mar 16, 2025
Mar 16, 2025
Apr 21, 2025
May 30, 2022

Java SQL Inspector

Utility to test Java code for SQL injection vulnerabilities. It uses Antlr to parse SQL queries and detects any literal value in the statement that should be handled via a prepared statement bind variable instead (using '?' as a placeholder).

Maven CodeQL