From e237839d94c7627711ffdfe2db6037425edfeb33 Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Mon, 21 Oct 2019 18:53:18 +0000 Subject: [PATCH] github: Add security header Tying in with #1389, this will add a new section to the 'create new issue' and also be visible in the 'security' tab on GitHub It's been left intentionally generic. --- .github/SECURITY.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000..d6b6b3fc --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,7 @@ +# Reporting a vulnerability + +If you have found any issues that might have security implications, +please send a report privately to the email associated with the author +of this repository. + +Do not report security reports publicly.