mirror of
https://github.com/PrivSec-dev/banking-apps-compat-report
synced 2024-11-21 14:01:34 -05:00
Add MTE, miscellaneous improvements
This commit is contained in:
parent
4efcb05b76
commit
c99a4c672d
29
.github/ISSUE_TEMPLATE/app_report.yml
vendored
29
.github/ISSUE_TEMPLATE/app_report.yml
vendored
@ -39,7 +39,7 @@ body:
|
||||
description: |
|
||||
What version of the app did you test it with?
|
||||
|
||||
`Settings` → `Apps` → `All apps` → `<app_name>` → `Version`
|
||||
`Settings` → `Apps` → `App` → `Version`
|
||||
placeholder: v1.3.3.7
|
||||
validations:
|
||||
required: true
|
||||
@ -66,7 +66,7 @@ body:
|
||||
id: selectdevice
|
||||
attributes:
|
||||
label: Device list
|
||||
description: Which Pixel(s) have you tested this with? (Select one or multiple)
|
||||
description: Which Pixel(s) have you tested this with?
|
||||
multiple: true
|
||||
options:
|
||||
- Pixel 8 Pro
|
||||
@ -80,22 +80,18 @@ body:
|
||||
- Pixel 6 Pro
|
||||
- Pixel 6
|
||||
- Pixel 5a
|
||||
- Pixel 5 (EOL)
|
||||
- Pixel 4a (5G)
|
||||
- Pixel 5 (EOL/ESR)
|
||||
- Pixel 4a (5G) (EOL/ESR)
|
||||
- Pixel 4a (EOL/ESR)
|
||||
- Pixel 4 XL (EOL/ESR)
|
||||
- Pixel 4 (EOL/ESR)
|
||||
- Pixel 3a XL (obsolete)
|
||||
- Pixel 3a (obsolete)
|
||||
- Pixel 3 XL (obsolete)
|
||||
- Pixel 3 (obsolete)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: profiles
|
||||
attributes:
|
||||
label: Profile app tested in
|
||||
description: Which user profile was this test on? (Select one or multiple)
|
||||
description: Which user profile(s) was this tested on?
|
||||
multiple: true
|
||||
options:
|
||||
- Owner profile
|
||||
@ -140,7 +136,7 @@ body:
|
||||
description: |
|
||||
Was [native code debugging](https://grapheneos.org/usage#banking-apps) enabled or disabled during the testing?
|
||||
|
||||
`Settings` → `Security` → `Enable native code debugging`
|
||||
`Settings` → `Apps` → `App` → `Exploit protection`
|
||||
options:
|
||||
- label: Allowed
|
||||
- label: Blocked
|
||||
@ -150,10 +146,21 @@ body:
|
||||
description: |
|
||||
Was per-app [exploit protection compatibility mode](https://grapheneos.org/usage#bugs-uncovered-by-security-features) enabled or disabled during the testing?
|
||||
|
||||
`Settings` → `Apps` → `App` → `Advanced`
|
||||
`Settings` → `Apps` → `App` → `Exploit protection`
|
||||
options:
|
||||
- label: Enabled
|
||||
- label: Disabled
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Memory tagging extension (MTE)
|
||||
description: |
|
||||
Was [memory tagging](https://grapheneos.org/usage#bugs-uncovered-by-security-features) enabled? Only applicable to 8th generation pixels and later.
|
||||
|
||||
`Settings` → `Apps` → `App` → `Exploit protection`
|
||||
options:
|
||||
- label: Enabled
|
||||
- label: Disabled
|
||||
- label: N/A
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Stock OS compatibility
|
||||
|
Loading…
Reference in New Issue
Block a user