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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary" : "Prevent information leak of stack trace details to HTTP responses (CodeQL)",
  "change": "Removed the argument which would end up exposed in the HTTP response and leak implementation details of our application to the user",
  "reviewGuidanceJustification" : "This codemod prevents internal coding details from reaching the HTTP response body, and we believe that fixing it presents zero risk.",
  "references" : [
    "https://codeql.github.com/codeql-query-help/java/java-error-message-exposure/",
    "https://cwe.mitre.org/data/definitions/209.html",
    "https://cwe.mitre.org/data/definitions/497.html"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy