From 8d61d433710c3521aa05bf25d9c5576235d7a623 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 18 Jan 2023 03:34:55 +0900 Subject: [PATCH] .github/ISSUE_TEMPLATE: remove 02-security.yml GitHub now provides a default template. https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/configuring-private-vulnerability-reporting-for-a-repository --- .github/ISSUE_TEMPLATE/02-security.yml | 31 -------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/02-security.yml 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.