Skip to content

Commit

Permalink
add tags to link source to collections
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxology authored Dec 6, 2023
1 parent b0ecc09 commit 91ae66a
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions rules/collections/android/any.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,49 @@
collections:
- id: Collections.Android.Form.Email
name: Android app email input
name: Android Form Email
patterns:
- "(?i)email.*"
tags:
sourceId: Data.Sensitive.ContactData.EmailAddress

- id: Collections.Android.Form.User
name: Android app username input
name: Android Form User Account
patterns:
- "(?i)user.*"
tags:
sourceId: Data.Sensitive.AccountData.AccountID

- id: Collections.Android.Form.Address
name: Address text input Android
name: Android Form Address
patterns:
- "(?i)address.*"
tags:
sourceId: Data.Sensitive.ContactData.Address

- id: Collections.Android.Form.PhoneNumber
name: Phone number input Android
name: Android Form Phone Number
patterns:
- "(?i)phone.*"
tags:
sourceId: Data.Sensitive.ContactData.PhoneNumber

- id: Collections.Android.Form.ZipCode
name: Zip code input Android
name: Android Form Zip Code
patterns:
- "(?i)zip.*"
tags:
sourceId: Data.Sensitive.ContactData.Address

- id: Collections.Android.Form.Password
name: Password input Android
name: Android Form Password
patterns:
- "(?i)password.*"
tags:
sourceId: Data.Sensitive.AccountData.AccountPassword

- id: Collections.Android.Form.Sensitve
name: Miscellaneous sensitive text input Android
name: Android Form Sensitive Data
patterns:
- ".*(?i)(bio|message|detail|comment).*"
tags:

sourceId: Data.Sensitive.AccountData.AccountPassword

0 comments on commit 91ae66a

Please sign in to comment.