File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
Thanks for raising a Spring Boot issue. What sort of issue are you raising?
3
3
4
- Question
5
-
4
+ ❓Question
6
5
Please ask questions about how to use something, or to understand why something isn't
7
6
working as you expect it to, on Stack Overflow using the spring-boot tag.
8
7
9
- Bug report
10
-
8
+ 🐞 Bug report
11
9
Please provide details of the problem, including the version of Spring Boot that you
12
10
are using. If possible, please provide a test case or sample application that reproduces
13
11
the problem. This makes it much easier for us to diagnose the problem and to verify that
14
12
we have fixed it.
15
13
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.
17
16
17
+ 🎁 Enhancement
18
18
Please start by describing the problem that you are trying to solve. There may already
19
19
be a solution, or there may be a way to solve it that you hadn't considered.
20
- -->
20
+ -->
Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ problem.
25
25
26
26
27
27
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
+
28
36
== Sign the Contributor License Agreement
29
37
Before we accept a non-trivial patch or pull request we will need you to
30
38
https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
You can’t perform that action at this time.
0 commit comments