From 59303a4710b4777ed74a0c7f0b39c2f13b128e54 Mon Sep 17 00:00:00 2001 From: Ben Kraft Date: Fri, 24 Sep 2021 17:51:45 -0700 Subject: [PATCH] =?UTF-8?q?[=F0=9F=94=A5AUDIT=F0=9F=94=A5]=20Remove=20secu?= =?UTF-8?q?rity=20issue=20template=20(#114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🖍 _This is an audit!_ 🖍 ## Summary: I figured we should have this to say "STOP! Use HackerOne instead". But GitHub anticipated that and already links to the security policy (`docs/SECURITY.md`) as an option when [creating an issue][1], so it's just duplicative. In this commit I remove it. [1]: https://github.com/Khan/genqlient/issues/new/choose ## Test plan: above link should show just one option for security Author: benjaminjkraft Auditors: StevenACoffman Required Reviewers: Approved By: Checks: ⌛ Test (1.17), ⌛ Test (1.16), ⌛ Test (1.15), ⌛ Test (1.14), ⌛ Lint, ⌛ Test (1.17), ⌛ Test (1.16), ⌛ Test (1.15), ⌛ Test (1.14), ⌛ Lint Pull Request URL: https://github.com/Khan/genqlient/pull/114 --- .github/ISSUE_TEMPLATE/security.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/security.md diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md deleted file mode 100644 index 7359c6c8..00000000 --- a/.github/ISSUE_TEMPLATE/security.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: Security -about: Security issues should be reported on HackerOne. -title: '' -labels: '' -assignees: '' - ---- - -**STOP!** Security issues should be reported to the [Khan Academy HackerOne program](https://hackerone.com/khanacademy). - -**DO NOT REPORT SECURITY ISSUES ON GITHUB.**