From 25d9f3608b54597e1f69d27ae1e2aff2cdb6df60 Mon Sep 17 00:00:00 2001 From: justmurphy <96064251+justmurphy@users.noreply.github.com> Date: Mon, 13 Dec 2021 13:58:12 -0500 Subject: [PATCH] Update issue template for product submission --- .../software-product-submission-template.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/software-product-submission-template.md diff --git a/.github/ISSUE_TEMPLATE/software-product-submission-template.md b/.github/ISSUE_TEMPLATE/software-product-submission-template.md new file mode 100644 index 0000000..6abef20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/software-product-submission-template.md @@ -0,0 +1,24 @@ +--- +name: Software Product Submission Template +about: Schema for product submission for log4j vulnerability. +title: '' +labels: '' +assignees: '' + +--- + +# Status Descriptions + +|Status| Description | +|------|-------------| +| 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. | + +# Software List + +| Vendor | Product | Version | Status | Update Available | Notes | References | Last Updated | +|:--------------|:----------------|:---------------:|:---------------:|:-----------------|-----------------------|:-------|--------------:| +| Vendor-name | Product-Name | Version Number(s) | Unknown/Affected/Not Affected/Fixed/Under Investigation | Yes/No [Link if Yes]() | | [Link Here]() | Date of Last Update |