mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 00:20:47 +00:00
Remove product status from issue forms
This value is derived from other information in each software product entry in the YAML file. Since it is now a derived value we should not prompt submitters to provide one.
This commit is contained in:
parent
17b82eead8
commit
a92c5fbbf6
2 changed files with 0 additions and 46 deletions
|
@ -27,30 +27,6 @@ body:
|
|||
placeholder: v2; 1.5; >3; >=4; >5, <6; etc.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: product-status
|
||||
attributes:
|
||||
label: Product status
|
||||
description: What is the current status of the affected product?
|
||||
options:
|
||||
- Unknown
|
||||
- Affected
|
||||
- Not Affected
|
||||
- Fixed
|
||||
- Under Investigation
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please use the information below when selecting a status.
|
||||
|
||||
- Unknown - Status unknown. Default choice.
|
||||
- Affected - Reported to be affected by CVE-2021-44228.
|
||||
- Not Affected - Reported to NOT be affected by CVE-2021-44228 and no
|
||||
further action necessary.
|
||||
- Fixed - Patch and/or mitigations available (see provided links).
|
||||
- Under Investigation - Vendor investigating status.
|
||||
- type: dropdown
|
||||
id: product-updated
|
||||
attributes:
|
||||
|
|
22
.github/ISSUE_TEMPLATE/product-update-form.yml
vendored
22
.github/ISSUE_TEMPLATE/product-update-form.yml
vendored
|
@ -29,28 +29,6 @@ body:
|
|||
attributes:
|
||||
label: Product version(s)
|
||||
description: What version(s) of the product are affected?
|
||||
- type: dropdown
|
||||
id: product-status
|
||||
attributes:
|
||||
label: Product status
|
||||
description: What is the current status of the affected product?
|
||||
options:
|
||||
- Unknown
|
||||
- Affected
|
||||
- Not Affected
|
||||
- Fixed
|
||||
- Under Investigation
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please use the information below when selecting a status.
|
||||
|
||||
- Unknown - Status unknown. Default choice.
|
||||
- Affected - Reported to be affected by CVE-2021-44228.
|
||||
- Not Affected - Reported to NOT be affected by CVE-2021-44228 and no
|
||||
further action necessary.
|
||||
- Fixed - Patch and/or mitigations available (see provided links).
|
||||
- Under Investigation - Vendor investigating status.
|
||||
- type: dropdown
|
||||
id: product-updated
|
||||
attributes:
|
||||
|
|
Loading…
Reference in a new issue