mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-23 23:11:33 -05:00
Add Google Play network permission, app country, elaborate on SafetyNet
This commit is contained in:
parent
22e1dd8c02
commit
04c9a58e5b
19
.github/ISSUE_TEMPLATE/app_report.yml
vendored
19
.github/ISSUE_TEMPLATE/app_report.yml
vendored
@ -36,6 +36,14 @@ body:
|
||||
placeholder: v1.3.3.7
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: country
|
||||
attributes:
|
||||
label: Country of the app
|
||||
description: Specify what country the app is for (it is assumed you're using it in the same country here)
|
||||
placeholder: United States
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Device
|
||||
@ -58,13 +66,22 @@ body:
|
||||
options:
|
||||
- label: Installed
|
||||
- label: Not installed
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Google Play Network permission revoked?
|
||||
description: If you have Google Play installed, was the Network permission revoked?
|
||||
options:
|
||||
- label: Revoked
|
||||
- label: Not revoked
|
||||
- label: I did not have Google Play installed
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: SafetyNet Enforcement
|
||||
description: Does this app enforce SafetyNet?
|
||||
description: Does this app enforce SafetyNet? (If you can't use it even with Google Play installed + native code debugging enabled, it may be enforcing SafetyNet ctsProfileMatch)
|
||||
options:
|
||||
- label: Enforced
|
||||
- label: Not enforced
|
||||
- label: Unsure
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Native code debugging
|
||||
|
Loading…
Reference in New Issue
Block a user