Skip to content

Commit fe73461

Browse files
authored
Add SECURITY.md (#1147)
1 parent 7dbe918 commit fe73461

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Add SECURITY.md ([#1147](https://github.com/josefpihrt/roslynator/pull/1147))
13+
1014
## [4.4.0] - 2023-08-01
1115

1216
### Added

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Security Policy
2+
3+
When it comes to security updates, the current major version is supported.
4+
Any vulnerabilities that affect older versions will be considered on a case-by-case basis.
5+
6+
## Supported Versions
7+
8+
| Version | Supported |
9+
| ------- |:------------------:|
10+
| 4.x | :white_check_mark: |
11+
| CLI 0.x | :white_check_mark: |
12+
| Extension for VS 2022 | :white_check_mark: |
13+
| Extension for VS Code | :white_check_mark: |
14+
15+
## Out of Support Versions
16+
17+
| Version | Supported |
18+
| ------- |:---------:|
19+
| < 4.0 | :x: |
20+
| Extension for VS 2019 and older | :x: |
21+
22+
## Reporting a Vulnerability
23+
24+
Please report (suspected) security vulnerabilities to GitHub [issues](https://github.com/JosefPihrt/Roslynator/issues/new).
25+
Once confirmed, we will release a patch as soon as possible.

0 commit comments

Comments
 (0)