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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary" : "Sanitized user-provided file names in HTTP multipart uploads",
  "control" : "https://github.com/pixee/java-security-toolkit/blob/main/src/main/java/io/github/pixee/security/Filenames.java",
  "change": "Wrapped the file name with a sanitizer call that takes out path escaping characters",
  "reviewGuidanceJustification" : "This change presents effectively no risk. However, we believe a human should review the change.",
  "references" : [
    "https://owasp.org/www-community/vulnerabilities/Unrestricted_File_Upload",
    "https://portswigger.net/web-security/file-upload"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy