Skip to content

Commit 88b684c

Browse files
committed
Update security policy and issue template
Because Spring Framework already has a security policy, this shows up in the issue template automatically. This commit removes the extra external link and updates the original security policy. See gh-33711
1 parent 3bc2c91 commit 88b684c

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

Diff for: .github/ISSUE_TEMPLATE/config.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: Security issue
4-
url: https://github.com/spring-projects/security-advisories/security/advisories/new
5-
about: Security issues must be disclosed and discussed in private. See https://spring.io/security-policy
63
- name: Asking for help
74
url: https://stackoverflow.com/tags/spring
85
about: The Spring team is using StackOverflow for questions.

Diff for: SECURITY.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
# Security Policy
1+
# Reporting a Vulnerability
2+
3+
You can create a [draft security advisory here](https://github.com/spring-projects/security-advisories/security/advisories/new).
4+
Security issues must be disclosed and discussed in private. Please check out our [security policy](https://spring.io/security-policy).
5+
Note that we can only accept vulnerabilities against [supported versions](https://spring.io/projects/spring-framework#support).
26

37
## JAR signing
48

59
Spring Framework JARs released on Maven Central are signed.
610
You'll find more information about the key here: https://spring.io/GPG-KEY-spring.txt
711

8-
## Supported Versions
9-
10-
Please see the
11-
[Spring Framework Versions](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-Versions)
12-
wiki page.
13-
14-
## Reporting a Vulnerability
15-
16-
Please see https://spring.io/security-policy.

0 commit comments

Comments
 (0)