Skip to content

Commit 06ede71

Browse files
committed
Add security policy documentation
1 parent 78bf9e6 commit 06ede71

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

SECURITY.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Security Policy
2+
We take all security bugs very seriously.
3+
4+
## Supported Versions
5+
6+
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 |
24+
25+
## Reporting Vulnerabilities
26+
27+
To report a vulnerability, please register an [issue on GitHub](https://github.com/domaframework/doma-tools-for-intellij/issues).

0 commit comments

Comments
 (0)