From 325f6c5f9b932f000e8ccba7e3d3d86c4ef8c51f Mon Sep 17 00:00:00 2001 From: Alphons Joseph <93847055+Crazypersonalph@users.noreply.github.com> Date: Tue, 18 Mar 2025 14:49:56 +0800 Subject: [PATCH] handle vulnerabilities privately through github instead of in issues --- .github/ISSUE_TEMPLATE/vulnerability.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/vulnerability.md diff --git a/.github/ISSUE_TEMPLATE/vulnerability.md b/.github/ISSUE_TEMPLATE/vulnerability.md deleted file mode 100644 index e6073f9f..00000000 --- a/.github/ISSUE_TEMPLATE/vulnerability.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Vulnerability -about: Report a vulnerability in this extension. -title: "[VUL] " -labels: '' -assignees: '' - ---- - -**What is the vulnerability?** -Describe the vulnerability, using clear and concise language. - -**Where is the vulnerability found?** -Describe where the vulnerability is found. Provide screenshots if applicable. - -**What does this affect?** -Explain what it affects and why it is a problem. -E.G: It opens up my school email to the world, this means anyone can find my full legal name and place of residence. \ No newline at end of file