Skip to content

Commit dafb02c

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

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
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

@@ -125,7 +127,7 @@ For example, a bug fix branch might be named `fix/typo-in-readme`, and a new fea
125127
126128
## Submitting a Pull Request
127129
128-
1. Fork the repository and create your branch from `main`.
130+
1. Create your branch from `main`.
129131
2. Make your changes and ensure all tests pass:
130132
```sh
131133
./gradlew check

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)