Skip to content

Commit

Permalink
Merge pull request #352 from Privado-Inc/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
khemrajrathore authored Nov 16, 2023
2 parents 4e39c2f + 6b673b1 commit c2a7c88
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions config/exclusions/kotlin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
exclusions:
- id: Exclusions.Template
name: Exclude template file
patterns:
- "(?i)(.*template.kt|.*template(s)?/.*)"
2 changes: 1 addition & 1 deletion rules/collections/annotations/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ collections:
- id: Collections.Annotation.Spring
name: Spring Web Interface Annotation
patterns:
- "RequestMapping|PostMapping|PutMapping|GetMapping|DeleteMapping"
- "RequestMapping|PostMapping|PutMapping|PatchMapping|GetMapping|DeleteMapping"
tags:

- id: Collections.Annotation.Struts
Expand Down
4 changes: 2 additions & 2 deletions rules/sinks/third_parties/sdk/google/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ sinks:
domains:
- "google.com/maps"
patterns:
- "(?i)(com[.]google[.]maps[.]android|com[.]google[.]maps|com[.]google[.]android[.]gms[.]maps).*"
- "(?i)(com[.]google[.]maps[.]android|com[.]google[.]maps|com[.]google[.]android[.]gms[.]maps|com[.]google[.]android[.]geo).*"
tags:

- id: ThirdParties.SDK.Google.Pay
Expand All @@ -977,7 +977,7 @@ sinks:
domains:
- "play.google.com"
patterns:
- "(?i)(com[.]google[.]ar[.]sceneform|com[.]google[.]ar|com[.]google[.]android[.]gms[.](games|wallet)).*"
- "(?i)(com[.]google[.]ar[.]sceneform|com[.]google[.]ar|com[.]google[.]android[.]gms[.](games|wallet)|com[.]android[.]billingclient[.]api[.]|com[.]google[.]android[.]gms[.]games).*"
tags:

- id: ThirdParties.SDK.Google.Crashlytics
Expand Down
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/twilio/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "twilio.com"
patterns:
- "(?i)(com[.]twilio.*(sdk|jwt|http|rest|base|security|twiml|Twilio|connect|disconnect|release|initialize|getState|createDevice)).*"
- "(?i)(com[.]twilio.*(sdk|http|rest|base|security|twiml|Twilio|connect|disconnect|release|initialize|getState|createDevice))|(com[.]authy).*"
tags:
2 changes: 1 addition & 1 deletion rules/sources/location_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sources:
isSensitive: False
sensitivity: high
patterns:
- "(?i)(.*(gps[^\\s/(;)#|,=!>]{0,3}(?:location|position|trace)|user[^\\s/(;)#|,=!>]{0,5}location|latitude|longitude|geo[^\\s/(;)#|,=!>]{0,5}coordinates)|(lat|lon|lng|latlng|latlon))"
- "(?i)(.*(gps[^\\s/(;)#|,=!>]{0,3}(?:location|position|trace)|user[^\\s/(;)#|,=!>]{0,5}location|latitude|longitude|geo[^\\s/(;)#|,=!>]{0,5}coordinates)|(lat|lon|latlng|latlon))"
tags:
law: GDPR

0 comments on commit c2a7c88

Please sign in to comment.