Skip to content

Commit 1821d1c

Browse files
committed
Refine security policy to clarify support for security fixes in released versions
1 parent 849f1e2 commit 1821d1c

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ If you have any questions or suggestions, feel free to open an issue or contact
2727

2828
## Prerequisites
2929

30+
- Install **IntelliJ IDEA** (2024.3 or later)
31+
- We recommend using the latest stable version of IntelliJ IDEA.
3032
- Install **Git** and configure your GitHub access
3133
- Install **JDK 17**
3234

SECURITY.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,7 @@ We take all security bugs very seriously.
44
## Supported Versions
55

66
The community fixes security bugs in the latest version.
7-
Depending on the severity of the issue and the age of the release, we may fix vulnerabilities in older versions, but we generally commit fixes only to the latest released version.
8-
9-
Example:
10-
11-
| Current Release | Supported for Security Fixes | Not Supported |
12-
|:---------------:|:----------------------------:|:-------------:|
13-
| 2.1 | 2.1 | 2.x, 1.x |
14-
| 3.0 | 3.0 | 2.x, 1.x |
15-
16-
*If multiple major versions are maintained in the future, fixes may be applied to each major version.*
17-
18-
Example:
19-
20-
| Current Release | Supported for Security Fixes | Not Supported |
21-
|:---------------:|:----------------------------:|:--------------------:|
22-
| 2.1 | 2.1 ,latest 1.x | older 2.x, older 1.x |
23-
| 3.0 | 3.0 ,latest 2.x, latest 1.x | older 2.x,older 1.x |
7+
We generally commit fixes only to the latest released version.
248

259
## Reporting Vulnerabilities
2610

0 commit comments

Comments
 (0)