io.codemodder.codemods.SQLParameterizerCodemod.report.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-codemods Show documentation
Show all versions of core-codemods Show documentation
Codemods for fixing common errors across many Java projects
The newest version!
{
"summary" : "Refactored to use parameterized SQL APIs",
"change": "Parameterized SQL usage to prevent any bugs or vulnerabilities",
"reviewGuidanceIJustification" : "Although there should be no functional differences, the rewrite here is complex and should be verified by a human.",
"references" : [
"https://cheatsheetseries.owasp.org/cheatsheets/SQL_Injection_Prevention_Cheat_Sheet.html",
"https://cwe.mitre.org/data/definitions/89.html"
]
}