Skip to content

Commit

Permalink
Merge pull request #189 from Privado-Inc/bug/java/log-debug
Browse files Browse the repository at this point in the history
Log Debug   matched with ->  `org.apache.logging.log4j.Logger.info:`
  • Loading branch information
pandurangpatil authored Mar 2, 2023
2 parents 7bf1d31 + 8884c7b commit aa181cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/sinks/leakages/logs/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sinks:
- id: Leakages.Log.Debug
name: Log Debug
patterns:
- "(?i)(?:org.slf4j.Logger|org.apache.logging.log4j|org.tinylog.Logger|ch.qos.logback|java.util.logging|timber.log.Timber|android.util.Log).*(debug|log|trace|[.](d|v|t)[:]).*"
- "(?i)(?:org.slf4j.Logger|org.apache.logging.log4j|org.tinylog.Logger|ch.qos.logback|java.util.logging|timber.log.Timber|android.util.Log).*(debug|trace|[.](log|d|v|t)[:]).*"
tags:

- id: Leakages.Log.Info
Expand Down

0 comments on commit aa181cf

Please sign in to comment.