Skip to content

Commit

Permalink
Add additional android collection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
dbMundada committed Oct 14, 2024
1 parent 69de7c6 commit 31abdb0
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions rules/collections/android/any.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,31 @@ collections:
- ".*(?i)password.*"
tags:
sourceId: Data.Sensitive.AccountData.AccountPassword

- id: Collections.Android.Form.DateofBirth
name: Android Form DateofBirth
patterns:
- ".*(?i)(?i)(dob|(.*(date[^\\s/(;)#|,=!>]{0,5}of[^\\s/(;)#|,=!>]{0,5}birth|birth[^\\s/(;)#|,=!>]{0,5}(?:day|date|month|year)|birth[-_]{0,2}dt))).*"
tags:
sourceId: Data.Sensitive.PersonalIdentification.DateofBirth

- id: Collections.Android.Form.Age
name: Android Form Age
patterns:
- ".*(?i)(user|person|customer|under|years|yrs|human)?(_)?(of|in)?(_)?(age).*"
tags:
sourceId: Data.Sensitive.PersonalIdentification.Age

- id: Collections.Android.Form.Gender
name: Android Form Gender
patterns:
- "(?i)((.*gender)|is[_-]{0,1}male|is[_-]{0,1}female|sex)"
tags:
sourceId: Data.Sensitive.PersonalIdentification.Gender

- id: Collections.Android.Form.Photograph
name: Android Form Photograph
patterns:
- "(?i).*(?:profile|employee|user)[^\\s/(;)#|,=!>]{0,5}(?:picture|image|pic|photo).*"
tags:
sourceId: Data.Sensitive.PersonalIdentification.Photograph

0 comments on commit 31abdb0

Please sign in to comment.