From 4eb1de05045d6084ff51dc515032e32cd7e13ca0 Mon Sep 17 00:00:00 2001 From: akc3n Date: Fri, 20 Jan 2023 02:21:45 -0800 Subject: [PATCH] Remove SafetyNet checkboxes Signed-off-by: akc3n --- .github/ISSUE_TEMPLATE/app_report.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/app_report.yml b/.github/ISSUE_TEMPLATE/app_report.yml index 0651883..d258f3c 100644 --- a/.github/ISSUE_TEMPLATE/app_report.yml +++ b/.github/ISSUE_TEMPLATE/app_report.yml @@ -109,14 +109,6 @@ body: - label: Revoked - label: Not revoked - label: I did not have Google Play services installed - - type: checkboxes - attributes: - label: SafetyNet Enforcement - 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: - - label: Enforced - - label: Not enforced - - label: Unsure - type: checkboxes attributes: label: Native code debugging @@ -127,7 +119,7 @@ body: - 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) + description: Was per-app exploit protection compatibility mode enabled or disabled during the testing? (Settings → Apps → App → Advanced) [More info](https://grapheneos.org/usage#bugs-uncovered-by-security-features) options: - label: Enabled - label: Disabled