-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #359 from Privado-Inc/dev
add android collection rules (#356)
- Loading branch information
Showing
6 changed files
with
72 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
collections: | ||
- id: Collections.Android.Form.Email | ||
name: Android app email input | ||
patterns: | ||
- "(?i)email.*" | ||
tags: | ||
|
||
- id: Collections.Android.Form.User | ||
name: Android app username input | ||
patterns: | ||
- "(?i)user.*" | ||
tags: | ||
|
||
- id: Collections.Android.Form.Address | ||
name: Address text input Android | ||
patterns: | ||
- "(?i)address.*" | ||
tags: | ||
|
||
- id: Collections.Android.Form.PhoneNumber | ||
name: Phone number input Android | ||
patterns: | ||
- "(?i)phone.*" | ||
tags: | ||
|
||
- id: Collections.Android.Form.ZipCode | ||
name: Zip code input Android | ||
patterns: | ||
- "(?i)zip.*" | ||
tags: | ||
|
||
- id: Collections.Android.Form.Password | ||
name: Password input Android | ||
patterns: | ||
- "(?i)password.*" | ||
tags: | ||
|
||
- id: Collections.Android.Form.Sensitve | ||
name: Miscellaneous sensitive text input Android | ||
patterns: | ||
- ".*(?i)(bio|message|detail|comment).*" | ||
tags: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Sink rule for ThirdParty SDK | ||
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>" | ||
|
||
sinks: | ||
|
||
- id: ThirdParties.SDK.Confluent.Kafka | ||
name: Confluent Kafka | ||
domains: | ||
- "confluent.io" | ||
patterns: | ||
- "(?i)(github.com)(/)(confluentinc)(/)(confluent-kafka-go).*" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# Sink rule for ThirdParty SDK | ||
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>" | ||
|
||
sinks: | ||
|
||
- id: ThirdParties.SDK.Opentelemetry | ||
name: Opentelemetry | ||
domains: | ||
- "opentelemetry.io" | ||
patterns: | ||
- "(?i)(go.opentelemetry.io)(/)(contrib|otel).*" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters