diff --git a/rules/sinks/leakages/logs/ruby.yaml b/rules/sinks/leakages/logs/ruby.yaml index 8c4b63e0..3dea3630 100644 --- a/rules/sinks/leakages/logs/ruby.yaml +++ b/rules/sinks/leakages/logs/ruby.yaml @@ -2,7 +2,7 @@ sinks: - id: Leakages.Log.Console name: Log Console patterns: - - "(?i)(puts|print|p|pp)" + - "(?i)(puts|print)" tags: - id: Leakages.Log.Info @@ -27,4 +27,4 @@ sinks: name: Log Debug patterns: - "(?i)(debug|trace)" - tags: \ No newline at end of file + tags: