io.codemodder.codemods.HQLParameterizationCodemod.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
{
"summary" : "Refactored to use parameterized HQL APIs",
"change": "Parameterized HQL 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/Query_Parameterization_Cheat_Sheet.html#using-java-with-hibernate",
"https://cwe.mitre.org/data/definitions/564.html"
]
}