io.codemodder.codemods.SensitiveDataLoggingCodemod.report.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core-codemods Show documentation
Show all versions of core-codemods Show documentation
Codemods for fixing common errors across many Java projects
{
"summary": "Removed sensitive data from logs",
"change": "",
"references": [
"https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html",
"https://owasp.org/Top10/A09_2021-Security_Logging_and_Monitoring_Failures/",
"https://cwe.mitre.org/data/definitions/532.html"
]
}