mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-24 07:21: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
|
placeholder: v1.3.3.7
|
||||||
validations:
|
validations:
|
||||||
required: true
|
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
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Device
|
label: Device
|
||||||
@ -58,13 +66,22 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: Installed
|
- label: Installed
|
||||||
- label: Not 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
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: SafetyNet Enforcement
|
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:
|
options:
|
||||||
- label: Enforced
|
- label: Enforced
|
||||||
- label: Not enforced
|
- label: Not enforced
|
||||||
|
- label: Unsure
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Native code debugging
|
label: Native code debugging
|
||||||
|
Loading…
Reference in New Issue
Block a user