android-debloat-list/.github/ISSUE_TEMPLATE/report_vulnerability.yml
Muntashir Al-Islam d195a02b0d Change some textarea to input in vulnerability template
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
2023-07-24 16:03:41 +06:00

56 lines
1.4 KiB
YAML

name: Report vulnerability of a system app
description: Ask maintainers to add/update vulnerability of a system app
labels: [enhancement]
body:
- type: checkboxes
attributes:
label: Please check before submitting an issue
options:
- label: I have investigated the app and created a report
required: true
- type: input
attributes:
label: Vulnerability report
description: CVD/CVE, or a link otherwise
placeholder: CVE-2019-16253
validations:
required: true
- type: input
attributes:
label: Package name
placeholder: com.samsung.SMT
validations:
required: true
- type: input
attributes:
label: Package label
placeholder: Samsung TTS
validations:
required: true
- type: textarea
attributes:
label: Affected versions
description: List affection versions with version code
placeholder: |
- Android < P: 3.0.00.100 (300200100) and earlier
- Android ≥ P: 3.0.02.6 (300200006) and earlier
validations:
required: true
- type: input
attributes:
label: Removal
placeholder: Update, or remove if the feature is not used
validations:
required: true
- type: textarea
attributes:
label: Additional context
description: Add any other context about your proposal here.