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

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

The newest version!
{
  "summary" : "Fix unsafe NIO path comparison",
  "change" : "Changed APIs to prevent string path comparison errors",
  "reviewGuidanceIJustification" : "The code may have been able to write to sibling directories that weren't intended, so there has been some functional changes. These changes shouldn't interrupt typical execution, but we think the change should be reviewed.",
  "references" : ["https://codeql.github.com/codeql-query-help/java/java-partial-path-traversal-from-remote/","https://cwe.mitre.org/data/definitions/22.html"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy