1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +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:
Nicholas McDonnell 2021-12-29 17:00:06 -05:00
parent 180d9a5e46
commit 3e54857897
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1
2 changed files with 0 additions and 46 deletions

View file

@ -27,30 +27,6 @@ body:
placeholder: v2; 1.5; >3; >=4; >5, <6; etc. placeholder: v2; 1.5; >3; >=4; >5, <6; etc.
validations: validations:
required: true 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 - type: dropdown
id: product-updated id: product-updated
attributes: attributes:

View file

@ -29,28 +29,6 @@ body:
attributes: attributes:
label: Product version(s) label: Product version(s)
description: What version(s) of the product are affected? 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 - type: dropdown
id: product-updated id: product-updated
attributes: attributes: