Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add android collection rules (#356) #359

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions rules/collections/android/any.yaml
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: