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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary" : "Prevent database resource leaks (CodeQL)",
  "change": "Added a try-with-resources statement to automatically close database resources",
  "reviewGuidanceIJustification" : "This codemod causes database resources to be cleaned up immediately after use instead of at garbage collection time, and we don't believe this change entails any risk.\n\n",
  "references" : [
    "https://codeql.github.com/codeql-query-help/java/java-database-resource-leak/",
    "https://cwe.mitre.org/data/definitions/404.html",
    "https://cwe.mitre.org/data/definitions/772.html"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy