From c99a4c672db1696fc5860fc44c471b34d8f9451e Mon Sep 17 00:00:00 2001 From: spring-onion <133713420+spring-onion@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:32:40 +0200 Subject: [PATCH] Add MTE, miscellaneous improvements --- .github/ISSUE_TEMPLATE/app_report.yml | 31 ++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 3382b72..975bb75 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -39,7 +39,7 @@ body: description: | What version of the app did you test it with? - `Settings` → `Apps` → `All apps` → `` → `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 @@ -206,4 +213,4 @@ body: - type: markdown attributes: value: | - Thank you for taking the time to fill out this report. + Thank you for taking the time to fill out this report. \ No newline at end of file