From c785e4c4ccdab8668c38ea99f904b987b924260e Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 15 Oct 2019 12:56:48 -0700 Subject: [PATCH] docs: link to security page on website Add link to https://www.nomadproject.io/security.html --- .github/ISSUE_TEMPLATE.md | 2 ++ .github/SECURITY.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 407a32c3b..1d4b00868 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,5 @@ +For reporting security vulnerabilities [please refer to the website.](https://www.nomadproject.io/security.html) + If you have a question, prepend your issue with `[question]` or preferably use the [nomad mailing list](https://www.nomadproject.io/community.html). If filing a bug please include the following: diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..cb9e95a7e --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,3 @@ +# Security Policy + +Please see https://www.nomadproject.io/security.html