From 2fa057a06ce3b515ef3b1ef5957cd83c736b9648 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 21 May 2018 17:07:44 -0700 Subject: [PATCH] Document how to raise security issues Update contributing documentation and the issue template with instructions on how to report security vulnerabilities. Closes gh-12509 --- .github/ISSUE_TEMPLATE.md | 12 ++++++------ CONTRIBUTING.adoc | 8 ++++++++ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 956db4bd79..19c022f10b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,20 +1,20 @@ \ No newline at end of file +--> diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 846566bce1..e80dddd0cf 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -25,6 +25,14 @@ problem. +== Reporting Security Vulnerabilities +If you think you have found a security vulnerability in Spring Boot please *DO NOT* +disclose it publicly until we've had a chance to fix it. Please don't report security +vulnerabilities using GitHub issues, instead head over to https://pivotal.io/security and +learn how to disclose them responsibly. + + + == Sign the Contributor License Agreement Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].