2021-12-27 01:18:23 +00:00
|
|
|
---
|
|
|
|
name: Submit a Product
|
|
|
|
description: Submit a product to the database
|
|
|
|
title: "[Product Submission]: <vendor> - <product>"
|
|
|
|
body:
|
|
|
|
- type: input
|
|
|
|
id: product-vendor
|
|
|
|
attributes:
|
|
|
|
label: Product vendor
|
|
|
|
description: Who is the vendor for the product?
|
2021-12-28 15:27:14 +00:00
|
|
|
placeholder: Cisco, Dell, IBM, etc.
|
2021-12-27 01:18:23 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: product-name
|
|
|
|
attributes:
|
|
|
|
label: Product name
|
2021-12-28 15:18:59 +00:00
|
|
|
description: What is the name of the product?
|
2021-12-28 15:27:14 +00:00
|
|
|
placeholder: AppDynamics, BigFix Inventory, Centera, etc.
|
2021-12-27 01:18:23 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: product-versions
|
|
|
|
attributes:
|
|
|
|
label: Product version(s)
|
2021-12-29 14:54:17 +00:00
|
|
|
description: What version(s) of the product is (are) affected?
|
2021-12-28 15:27:14 +00:00
|
|
|
placeholder: v2; 1.5; >3; >=4; >5, <6; etc.
|
2021-12-27 01:18:23 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2021-12-30 21:31:50 +00:00
|
|
|
- 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.
|
2021-12-27 01:18:23 +00:00
|
|
|
- type: dropdown
|
|
|
|
id: product-updated
|
|
|
|
attributes:
|
2021-12-28 15:20:14 +00:00
|
|
|
label: Product update
|
2021-12-27 01:18:23 +00:00
|
|
|
description: Is there an update available for the product?
|
|
|
|
options:
|
2021-12-28 15:20:14 +00:00
|
|
|
- Available
|
|
|
|
- Not Available
|
2021-12-27 01:18:23 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: product-update-link
|
|
|
|
attributes:
|
|
|
|
label: Product update link
|
2021-12-28 19:25:47 +00:00
|
|
|
description: Where can the update be found, if one is available?
|
2021-12-27 01:32:00 +00:00
|
|
|
- type: input
|
|
|
|
id: product-last-updated
|
|
|
|
attributes:
|
|
|
|
label: Last updated
|
|
|
|
description: When was the product last updated?
|
2021-12-28 17:45:46 +00:00
|
|
|
placeholder: "2021-12-06"
|
2021-12-27 01:18:23 +00:00
|
|
|
- type: textarea
|
|
|
|
id: product-notes
|
|
|
|
attributes:
|
|
|
|
label: Notes
|
|
|
|
- type: textarea
|
|
|
|
id: product-references
|
|
|
|
attributes:
|
|
|
|
label: References
|