mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-01-13 04:37:54 +08:00
Change some textarea to input in vulnerability template
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
parent
76ac39802a
commit
d195a02b0d
@ -10,7 +10,7 @@ body:
|
|||||||
- label: I have investigated the app and created a report
|
- label: I have investigated the app and created a report
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Vulnerability report
|
label: Vulnerability report
|
||||||
description: CVD/CVE, or a link otherwise
|
description: CVD/CVE, or a link otherwise
|
||||||
@ -18,14 +18,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Package name
|
label: Package name
|
||||||
placeholder: com.samsung.SMT
|
placeholder: com.samsung.SMT
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Package label
|
label: Package label
|
||||||
placeholder: Samsung TTS
|
placeholder: Samsung TTS
|
||||||
@ -42,7 +42,7 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Removal
|
label: Removal
|
||||||
placeholder: Update, or remove if the feature is not used
|
placeholder: Update, or remove if the feature is not used
|
||||||
|
Loading…
x
Reference in New Issue
Block a user