1
0
mirror of https://github.com/PrivSec-dev/banking-apps-compat-report synced 2024-09-28 13:44:43 -04:00

Add Google Play network permission, app country, elaborate on SafetyNet

This commit is contained in:
June 2022-01-30 08:31:06 +00:00 committed by GitHub
parent 22e1dd8c02
commit 04c9a58e5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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