Skip to content

Commit

Permalink
Merge pull request #124 from Privado-Inc/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
khemrajrathore authored Jan 24, 2023
2 parents 095ed88 + fe2ea9b commit b2f6204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rules/collections/annotations/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ collections:
- id: Collections.Annotation.Retrofit
name: Retrofit Interface Annotation
patterns:
- "GET|POST|Query"
- "GET|POST"
tags:
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/mapbox/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "mapbox.com"
patterns:
- "(?i)(com[.]mapbox[.]mapboxsdk).*"
- "(?i)(com[.]mapbox[.]mapboxsdk|com[.]wdtinc).*"
tags:
2 changes: 1 addition & 1 deletion rules/sources/account_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sources:
isSensitive: False
sensitivity: high
patterns:
- "(?i)(.*(?<!(db|database|jira|sql|postgres|mongo|aws)[^\\s/(;)#|,=!>]{0,3})(psw|pswd|password|passwrd))"
- "(?i)(.*(?<!(db|database|jira|sql|postgres|mongo|aws)[^\\s/(;)#|,=!>]{0,3})(pwd|psw|pswd|password|passwrd))"
tags:
law: GDPR

Expand Down

0 comments on commit b2f6204

Please sign in to comment.