diff --git a/.github/ISSUE_TEMPLATE/02-security.yml b/.github/ISSUE_TEMPLATE/02-security.yml deleted file mode 100644 index 3b75b53b7..000000000 --- a/.github/ISSUE_TEMPLATE/02-security.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Security Vulnerability -description: Provide details about a security vulnerability. -labels: security -body: -- type: checkboxes - id: os - attributes: - label: Operating System - options: - - label: Windows - - label: macOS - - label: Linux - - label: FreeBSD - - label: OpenBSD - - label: Android - - label: iOS - - label: Nintendo Switch - - label: Xbox - - label: Web Browsers - validations: - required: true -- type: textarea - id: what - attributes: - label: What vulnerability have you discovered? Include any relevant details like a CVE. - validations: - required: true -- type: textarea - id: why - attributes: - label: What remediation steps are known, if any.