Skip to content

Commit

Permalink
Merge pull request #204 from Privado-Inc/new_logger
Browse files Browse the repository at this point in the history
added support for tortoise and exception logger
  • Loading branch information
hiteshbedre authored Mar 14, 2023
2 parents 9867434 + 6daa8e6 commit c1edf9f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rules/sinks/leakages/logs/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ sinks:
patterns:
- "(?i).*(?:log|logger).*(info).*"
tags:

- id: Leakages.Log.Exception
name: Log Exception
patterns:
- "(?i).*(?:log|logger).*(exception).*"
tags:

- id: Leakages.Log
name: Log
Expand Down
9 changes: 9 additions & 0 deletions rules/sinks/storages/tortoise/python.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
sinks:

- id: Storages.Tortoise
name: Tortoise
domains:
- tortoise.github.io
patterns:
- "(?i)(.*tortoise.*)"
tags:

0 comments on commit c1edf9f

Please sign in to comment.