Skip to content

Commit 2fa057a

Browse files
committed
Document how to raise security issues
Update contributing documentation and the issue template with instructions on how to report security vulnerabilities. Closes gh-12509
1 parent 3764651 commit 2fa057a

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
<!--
22
Thanks for raising a Spring Boot issue. What sort of issue are you raising?
33
4-
Question
5-
4+
❓Question
65
Please ask questions about how to use something, or to understand why something isn't
76
working as you expect it to, on Stack Overflow using the spring-boot tag.
87
9-
Bug report
10-
8+
🐞 Bug report
119
Please provide details of the problem, including the version of Spring Boot that you
1210
are using. If possible, please provide a test case or sample application that reproduces
1311
the problem. This makes it much easier for us to diagnose the problem and to verify that
1412
we have fixed it.
1513
16-
Enhancement
14+
🚨 Security Vulnerability
15+
STOP!! Please don't raise security vulnerabilities here. Head over to https://pivotal.io/security to learn how to disclose them responsibly.
1716
17+
🎁 Enhancement
1818
Please start by describing the problem that you are trying to solve. There may already
1919
be a solution, or there may be a way to solve it that you hadn't considered.
20-
-->
20+
-->

CONTRIBUTING.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ problem.
2525

2626

2727

28+
== Reporting Security Vulnerabilities
29+
If you think you have found a security vulnerability in Spring Boot please *DO NOT*
30+
disclose it publicly until we've had a chance to fix it. Please don't report security
31+
vulnerabilities using GitHub issues, instead head over to https://pivotal.io/security and
32+
learn how to disclose them responsibly.
33+
34+
35+
2836
== Sign the Contributor License Agreement
2937
Before we accept a non-trivial patch or pull request we will need you to
3038
https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].

0 commit comments

Comments
 (0)