Skip to content

Commit

Permalink
add tags to link source to collections (#367)
Browse files Browse the repository at this point in the history
* add tags to link source to collections

Required for: Privado-Inc/privado-core#862

* remove rule

---------

Co-authored-by: Pandurang Patil <[email protected]>
Co-authored-by: Hitesh Mahajan <[email protected]>
Co-authored-by: KhemrajSingh Rathore <[email protected]>
  • Loading branch information
4 people authored Dec 6, 2023
1 parent a660dac commit 7260d35
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions rules/collections/android/any.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
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
patterns:
- ".*(?i)(bio|message|detail|comment).*"
tags:

0 comments on commit 7260d35

Please sign in to comment.