mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-21 14:01:34 -05:00
Add Pixel 7 and Pixel 7 Pro. Add checkbox for exploit protection compatibility mode
This commit is contained in:
parent
dc66df6861
commit
be72caf4af
29
.github/ISSUE_TEMPLATE/app_report.yml
vendored
29
.github/ISSUE_TEMPLATE/app_report.yml
vendored
@ -4,7 +4,7 @@ body:
|
|||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this report! Please remember this is for GrapheneOS only.
|
Thanks for taking the time to fill out this report! **Please remember this is for GrapheneOS only**.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Is there an existing issue for this?
|
label: Is there an existing issue for this?
|
||||||
@ -17,7 +17,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: App name
|
label: App name
|
||||||
description: What is the banking app called?
|
description: What is the banking app called?
|
||||||
placeholder:
|
placeholder: BMO Mobile Banking
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
@ -32,7 +32,7 @@ body:
|
|||||||
id: os
|
id: os
|
||||||
attributes:
|
attributes:
|
||||||
label: App version
|
label: App version
|
||||||
description: What version of the app did you test it with? (Settings -> Apps -> app name -> Version at the bottom)
|
description: What version of the app did you test it with? (Settings → Apps → App → Version at the bottom)
|
||||||
placeholder: v1.3.3.7
|
placeholder: v1.3.3.7
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -41,14 +41,14 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Country of the app
|
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)
|
description: Specify what country the app is for (it is assumed you're using it in the same country here)
|
||||||
placeholder: United States
|
placeholder: Canada
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: build_number
|
id: build_number
|
||||||
attributes:
|
attributes:
|
||||||
label: Build Number
|
label: Build Number
|
||||||
description: What version of GrapheneOS are you currently using? (Settings - About phone -> Build number)
|
description: What version of GrapheneOS are you currently using? (Settings → About phone → Build number)
|
||||||
placeholder: SP2A.220405.003.2022040400
|
placeholder: SP2A.220405.003.2022040400
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
@ -57,6 +57,8 @@ body:
|
|||||||
label: Device
|
label: Device
|
||||||
description: Which Pixel(s) have you tested this with?
|
description: Which Pixel(s) have you tested this with?
|
||||||
options:
|
options:
|
||||||
|
- label: Pixel 7 Pro
|
||||||
|
- label: Pixel 7
|
||||||
- label: Pixel 6a
|
- label: Pixel 6a
|
||||||
- label: Pixel 6 Pro
|
- label: Pixel 6 Pro
|
||||||
- label: Pixel 6
|
- label: Pixel 6
|
||||||
@ -66,10 +68,10 @@ body:
|
|||||||
- label: Pixel 4a
|
- label: Pixel 4a
|
||||||
- label: Pixel 4 XL
|
- label: Pixel 4 XL
|
||||||
- label: Pixel 4
|
- label: Pixel 4
|
||||||
- label: Pixel 3a XL
|
- label: Pixel 3a XL (obsolete)
|
||||||
- label: Pixel 3a
|
- label: Pixel 3a (obsolete)
|
||||||
- label: Pixel 3 XL
|
- label: Pixel 3 XL (obsolete)
|
||||||
- label: Pixel 3
|
- label: Pixel 3 (obsolete)
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Google Play installed
|
label: Google Play installed
|
||||||
@ -96,7 +98,14 @@ body:
|
|||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Native code debugging
|
label: Native code debugging
|
||||||
description: Was native code debugging enabled or disabled during the testing? (Settings -> Security -> Enable native code debugging)
|
description: Was native code debugging enabled or disabled during the testing? (Owner Profile → Settings → Security → Enable native code debugging)
|
||||||
|
options:
|
||||||
|
- label: Enabled
|
||||||
|
- label: Disabled
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Exploit protection compatibility mode
|
||||||
|
description: Was per-app exploit protection compatibility mode enabled or disabled during the testing? (Settings → Apps → App → Advanced)
|
||||||
options:
|
options:
|
||||||
- label: Enabled
|
- label: Enabled
|
||||||
- label: Disabled
|
- label: Disabled
|
||||||
|
Loading…
Reference in New Issue
Block a user