1
0
mirror of https://github.com/PrivSec-dev/banking-apps-compat-report synced 2024-09-19 17:24:43 -04:00
banking-apps-compat-report/.github/ISSUE_TEMPLATE/app_report.yml

197 lines
6.9 KiB
YAML
Raw Normal View History

2022-11-15 00:08:29 -05:00
name: Submit your banking app report
2022-01-30 00:06:42 -05:00
description: Report a banking app's compatibility on GrapheneOS
title: "[Replace this with the name of your banking app]"
2022-11-14 23:43:06 -05:00
labels: ["app report"]
2022-01-30 00:06:42 -05:00
body:
- type: markdown
attributes:
value: |
The official [Banking apps](https://grapheneos.org/usage#banking-apps) usage guide. If encountering an app issue, read [possible solutions](https://akc3n.page/posts/banking-app-issues/#possible-solutions).
**Please [apply a label](https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels#applying-a-label) for the country of your banking app report.**
_Leave blank if country is not listed and it will be added upon review of your report. Thank you!_
2022-01-30 00:06:42 -05:00
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists to avoid creating duplicates.
2022-01-30 00:06:42 -05:00
options:
- label: I have searched the existing issues
required: true
- type: input
id: version
attributes:
label: App name
description: What is the banking app called?
placeholder: BMO Mobile Banking
2022-01-30 00:06:42 -05:00
validations:
required: true
- type: input
id: app_link
attributes:
label: Link to app
description: Paste the download link (Play Store preferably) or tell us where to get the app if possible
placeholder: https://play.google.com/store/apps/details?id=com.bmo.mobile
validations:
required: true
2022-01-30 00:06:42 -05:00
- type: input
id: os
attributes:
label: App version
description: |
What version of the app did you test it with?
`Settings` → `Apps` → `All apps` → `<app_name>` → `Version`
2022-01-30 00:06:42 -05:00
placeholder: v1.3.3.7
validations:
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: Canada
validations:
required: true
2022-04-04 23:39:38 -04:00
- type: input
id: build_number
attributes:
label: Build Number
description: |
What version of GrapheneOS are you currently using?
`Settings` → `About phone` → `Build number`
2022-04-04 23:39:38 -04:00
placeholder: SP2A.220405.003.2022040400
validations:
required: true
- type: dropdown
2022-11-15 01:22:15 -05:00
id: selectdevice
2022-01-30 00:06:42 -05:00
attributes:
label: Device list
2022-11-15 01:17:03 -05:00
description: Which Pixel(s) have you tested this with? (Select one or multiple)
2022-10-30 23:09:47 -04:00
multiple: true
options:
- Pixel Fold
- Pixel Tablet
- Pixel 7a
- Pixel 7 Pro
- Pixel 7
- Pixel 6a
- Pixel 6 Pro
- Pixel 6
- Pixel 5a
- Pixel 5
- Pixel 4a (5G)
- Pixel 4a (end-of-life)
2022-11-15 01:17:03 -05:00
- Pixel 4 XL (end-of-life)
- Pixel 4 (end-of-life)
- Pixel 3a XL (obsolete)
- Pixel 3a (obsolete)
- Pixel 3 XL (obsolete)
- Pixel 3 (obsolete)
validations:
required: true
2022-11-15 01:17:03 -05:00
- type: dropdown
2022-11-15 01:22:15 -05:00
id: profiles
2022-11-14 23:43:06 -05:00
attributes:
label: Profile app tested in
2022-11-15 01:17:03 -05:00
description: Which user profile was this test on? (Select one or multiple)
multiple: true
2022-11-14 23:43:06 -05:00
options:
2022-11-15 01:17:03 -05:00
- Owner profile
- Secondary profile(s)
- Work profile (Add details in extra notes below, i.e., device manager app name)
2022-11-15 01:22:15 -05:00
validations:
2022-11-15 01:17:03 -05:00
required: true
- type: dropdown
2022-11-15 01:22:15 -05:00
id: googleplay
2022-01-30 00:06:42 -05:00
attributes:
label: Google Play installed
description: Do you have Google Play installed in the profile you tested in?
2022-11-15 01:17:03 -05:00
multiple: false
2022-01-30 00:06:42 -05:00
options:
- Not Installed
2022-11-15 01:17:03 -05:00
- Installed
2022-11-15 01:22:15 -05:00
validations:
2022-11-15 01:17:03 -05:00
required: true
- type: checkboxes
attributes:
2022-01-30 18:18:38 -05:00
label: Google Play services Network permission revoked?
description: If you have Google Play installed, was the Network permission for Google Play services revoked?
options:
- label: Revoked
- label: Not revoked
2022-01-30 18:18:38 -05:00
- label: I did not have Google Play services installed
- type: checkboxes
attributes:
label: Native code debugging
description: |
Was [native code debugging](https://grapheneos.org/usage#banking-apps) enabled or disabled during the testing?
`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](https://grapheneos.org/usage#bugs-uncovered-by-security-features) enabled or disabled during the testing?
`Settings` → `Apps` → `App` → `Advanced`
options:
- label: Enabled
- label: Disabled
- type: checkboxes
attributes:
label: Stock OS compatibility
description: Does this app work on stock OS?
options:
2022-01-30 00:13:08 -05:00
- label: Works
- label: Does not work
- label: Not tested
- type: checkboxes
attributes:
label: NFC payments
description: Does this app allow NFC payments?
options:
- label: Works
- label: Works but requires another service
- label: Does not work
- label: N/A (Not supported by app)
- label: Not tested
2022-01-30 00:06:42 -05:00
- type: textarea
id: description
attributes:
label: Description of the app's functionality
description: |
What happens when you use the app? What tasks do work and don't work? What is the expected outcome of each thing you do? Did you test any other configurations and setups? Please mention all the steps to reproduce any issues. Do not leave out any information.
2022-01-30 00:06:42 -05:00
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
validations:
required: true
2022-01-30 00:30:17 -05:00
- type: textarea
2022-01-30 00:45:43 -05:00
id: extra_notes
2022-01-30 00:30:17 -05:00
attributes:
2022-01-30 00:45:43 -05:00
label: Are there any extra notes you think users should know about?
2022-01-30 00:30:17 -05:00
description: |
2022-01-30 00:45:43 -05:00
Did you do any workarounds other users should know that aren't listed here?
2022-01-30 00:30:17 -05:00
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: textarea
2022-01-30 00:45:43 -05:00
id: adb_logs
attributes:
2022-01-30 00:45:43 -05:00
label: ADB logcat of the app if necessary
description: |
2022-01-30 00:45:43 -05:00
If you have any logs that come up that the app is creating relevant to anything mentioned like app crashes, SafetyNet, etc, please send a GitHub Gist of them. Do not send a bug report ZIP to us. They may expose sensitive information. If you wish to send a bug report ZIP, please do so directly to a GrapheneOS project member or developer.
Tip: You can attach images by clicking this area to highlight it and then dragging files in.
2022-11-15 00:49:19 -05:00
render: systemverilog
validations:
required: false
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this report.