-
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 #368 from Privado-Inc/dev
add tags to link source to collections (#367)
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 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 |
---|---|---|
@@ -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: | ||
|