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

io.codemodder.codemods.SensitiveDataLoggingCodemod.description.md Maven / Gradle / Ivy

The newest version!
This change removes all logging statements that appear to log sensitive data.

```diff
- logger.info("User token: " + securityToken);
```




© 2015 - 2024 Weber Informatics LLC | Privacy Policy