Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Add SECURITY.md ([#1147](https://github.com/josefpihrt/roslynator/pull/1147))

## [4.4.0] - 2023-08-01

### Added
Expand Down
25 changes: 25 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Security Policy

When it comes to security updates, the current major version is supported.
Any vulnerabilities that affect older versions will be considered on a case-by-case basis.

## Supported Versions

| Version | Supported |
| ------- |:------------------:|
| 4.x | :white_check_mark: |
| CLI 0.x | :white_check_mark: |
| Extension for VS 2022 | :white_check_mark: |
| Extension for VS Code | :white_check_mark: |

## Out of Support Versions

| Version | Supported |
| ------- |:---------:|
| < 4.0 | :x: |
| Extension for VS 2019 and older | :x: |

## Reporting a Vulnerability

Please report (suspected) security vulnerabilities to GitHub [issues](https://github.com/JosefPihrt/Roslynator/issues/new).
Once confirmed, we will release a patch as soon as possible.