Skip to content

Commit

Permalink
updated leakage rule (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshbedre authored Aug 3, 2023
1 parent 133ad0a commit 453f6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/sinks/leakages/logs/ruby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +27,4 @@ sinks:
name: Log Debug
patterns:
- "(?i)(debug|trace)"
tags:
tags:

0 comments on commit 453f6e5

Please sign in to comment.