All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codemodder.codemods.HQLParameterizationCodemod.report.json Maven / Gradle / Ivy

There is a newer version: 0.97.3
Show newest version
{
  "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"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy