From b4a22aa0e9396b3801617dffac4923796372dbf4 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Fri, 29 Nov 2019 15:53:07 +0000 Subject: [PATCH 1/2] Make link to vulnerability reports more visible --- .github/ISSUE_TEMPLATE/config.yml | 3 --- .github/SECURITY.md | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .github/SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a13b9b599..3962f0fe9 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -9,6 +9,3 @@ contact_links: - name: Terraform Language or Workflow Questions url: https://discuss.hashicorp.com/c/terraform-core about: Please ask and answer language or workflow related questions through the Terraform Core Community Forum. - - name: Security Vulnerability - url: https://www.hashicorp.com/security.html - about: Please report security vulnerabilities responsibly. diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 000000000..55e3bb372 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,4 @@ +# Vulnerability Reporting + +Please disclose security vulnerabilities responsibly by following procedure +described at https://www.hashicorp.com/security#vulnerability-reporting From 5b5efa2c7ee8504d10d4a15f726f80bab5d669cc Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Mon, 2 Dec 2019 13:07:02 +0000 Subject: [PATCH 2/2] Update .github/SECURITY.md Co-Authored-By: Kristin Laemmert --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 55e3bb372..6cffe8c42 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -1,4 +1,4 @@ # Vulnerability Reporting -Please disclose security vulnerabilities responsibly by following procedure +Please disclose security vulnerabilities responsibly by following the procedure described at https://www.hashicorp.com/security#vulnerability-reporting