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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary": "Replaced unsafe usages of `Class.forName` with hardened alternative `Reflection.loadAndVerify`",
  "change": "Replaced unsafe usages of `Class.forName` with hardened alternative `Reflection.loadAndVerify`",
  "reviewGuidanceJustification": "Reflection.loadAndVerify disallows the loading of classes that are well-known to be dangerous paths to remote code execution. Pathological cases aside, the use of Reflection.loadAndVerify will not disrupt the typical operations of an application.",
  "references": [
    "https://rules.sonarsource.com/java/RSPEC-2658/"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy