Skip to content

Commit

Permalink
Google map and google play rule (#349)
Browse files Browse the repository at this point in the history
* kotlin logging rules

* api rules

* add - kotlin rule

* modified mongo rule

* add - more rules

* add - more google rules
  • Loading branch information
khemrajrathore authored Nov 14, 2023
1 parent cfa908c commit 933a3ab
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 933a3ab

Please sign in to comment.