io.codemodder.codemods.SensitiveDataLoggingCodemod.description.md 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
The newest version!
This change removes all logging statements that appear to log sensitive data.
```diff
- logger.info("User token: " + securityToken);
```