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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary" : "Introduced protections against predictable RNG abuse",
  "change" : "Replaced the weak pseudo-random number generator with a strong one",
  "reviewGuidanceJustification" : "We believe this change is safe, effective, and very unlikely to be noticeably slower.",
  "references" : ["https://owasp.org/www-community/vulnerabilities/Insecure_Randomness", "https://metebalci.com/blog/everything-about-javas-securerandom/", "https://cwe.mitre.org/data/definitions/330.html"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy