From a92c5fbbf62cb4b3e5c0aa587d9b8917d7305c7b Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Tue, 11 Jan 2022 15:35:50 -0500 Subject: [PATCH] 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. --- .../product-submission-form.yml | 24 ------------------- .../ISSUE_TEMPLATE/product-update-form.yml | 22 ----------------- 2 files changed, 46 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/product-submission-form.yml b/.github/ISSUE_TEMPLATE/product-submission-form.yml index ebdabe5..dde6042 100644 --- a/.github/ISSUE_TEMPLATE/product-submission-form.yml +++ b/.github/ISSUE_TEMPLATE/product-submission-form.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/product-update-form.yml b/.github/ISSUE_TEMPLATE/product-update-form.yml index d32f6fb..eabfc12 100644 --- a/.github/ISSUE_TEMPLATE/product-update-form.yml +++ b/.github/ISSUE_TEMPLATE/product-update-form.yml @@ -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: