Adds Sermon Distributor version choice to g-security.yml

This commit is contained in:
Lemuel van der Merwe 2024-03-05 15:02:22 +02:00
parent 168636882d
commit dd9b9aa30e
Signed by: Lemuel
GPG Key ID: 8CA8D2C750CA71B2
1 changed files with 17 additions and 1 deletions

View File

@ -26,6 +26,7 @@ body:
label: Which Joomla version could potentially be affected?
multiple: true
options:
- Latest
- Joomla 5
- Joomla 4
- Joomla 3
@ -33,6 +34,21 @@ body:
- Other
validations:
required: true
- type: dropdown
id: system
attributes:
label: Which Joomla Sermon Distributor version could potentially be affected?
multiple: true
options:
- Latest
- v5.0
- v3.0
- v2.1
- v2.0
- All
- Other
validations:
required: true
- type: textarea
id: non-sensitive-details
attributes:
@ -45,4 +61,4 @@ body:
id: comments
attributes:
label: Additional Comments
description: Feel free to include any further comments or pertinent details that might assist us.
description: Feel free to include any further comments or pertinent details that might assist us.