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

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

There is a newer version: 0.97.3
Show newest version
{
  "summary" : "Upgraded SSLContext#getInstance() TLS versions to match current best practices",
  "change": "Removed the ability to communicate over anything except TLS 1.2 as no others are safe",
  "reviewGuidanceJustification" : "There is only a risk of this codemod introducing issues if the other party in the communication doesn't support modern versions of TLS. This should be extremely rare as those older versions are no longer honored by browsers or supported by most server software.",
  "references" : [
    "https://datatracker.ietf.org/doc/rfc8996/",
    "https://www.digicert.com/blog/depreciating-tls-1-0-and-1-1"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy