mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-17 14:27:54 +00:00
6a09fd70f7
Switch to using a GitHub Issues form for product submission issues. This will provide a smoother interface for users to submit products to the database and ensure that certain values are included with a submission.
74 lines
2 KiB
YAML
74 lines
2 KiB
YAML
---
|
|
name: Submit a Product
|
|
description: Submit a product to the database
|
|
title: "[Product Submission]: <vendor> - <product>"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
For questions about choice for status, please see the information below.
|
|
|
|
- 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: input
|
|
id: product-vendor
|
|
attributes:
|
|
label: Product vendor
|
|
description: Who is the vendor for the product?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: product-name
|
|
attributes:
|
|
label: Product name
|
|
description: What is the product?
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: product-versions
|
|
attributes:
|
|
label: Product version(s)
|
|
description: What version(s) of the product are affected?
|
|
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: dropdown
|
|
id: product-updated
|
|
attributes:
|
|
label: Product update available
|
|
description: Is there an update available for the product?
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: product-update-link
|
|
attributes:
|
|
label: Product update link
|
|
description: If an update is available where can it be found?
|
|
- type: textarea
|
|
id: product-notes
|
|
attributes:
|
|
label: Notes
|
|
- type: textarea
|
|
id: product-references
|
|
attributes:
|
|
label: References
|