This library provides a solution for masking sensitive data in logs within applications that use
Logback with logstash-logback-encoder and ch.qos.logback.contrib.json.classic.JsonLayout. It allows you to
extend the XML configuration by defining names od fields/variables/properties which contain in value sensitive
data. The library includes predefined patterns for detecting sensitive values and also allows for creating
custom patterns.
Version2.0.0compared with
Version Details
| 1.0.0 | 2.0.0 | |
|---|---|---|
| Release date | Jul 23, 2023 | Apr 12, 2026 |
| Licenses | MIT | MIT |
| Vulnerabilities | None | None |
Provided Changes (1)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | net.logstash.logback » logstash-logback-encoder | 7.3 | 8.1 |
Test Changes (3)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | ch.qos.logback » logback-classic | 1.4.8 | 1.5.32 |
| ~ Updated | ch.qos.logback » logback-core | 1.4.8 | 1.5.32 |
| ~ Updated | org.json » json | 20230227 | 20250517 |