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

View File

@ -26,6 +26,7 @@ body:
label: Which Joomla version could potentially be affected? label: Which Joomla version could potentially be affected?
multiple: true multiple: true
options: options:
- Latest
- Joomla 5 - Joomla 5
- Joomla 4 - Joomla 4
- Joomla 3 - Joomla 3
@ -33,6 +34,21 @@ body:
- Other - Other
validations: validations:
required: true 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 - type: textarea
id: non-sensitive-details id: non-sensitive-details
attributes: attributes:
@ -45,4 +61,4 @@ body:
id: comments id: comments
attributes: attributes:
label: Additional Comments 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.