Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for 4.1 and 4.0, provide clear support timelines for other versions #1890

Merged
merged 2 commits into from
Dec 13, 2024
Merged
Changes from 1 commit
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
15 changes: 8 additions & 7 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
## Supported Versions

When it comes to security updates, we always support the current major version together with the latest preview version.
tomasherceg marked this conversation as resolved.
Show resolved Hide resolved
Any vulnerabilities that affect older versions will be considered on a case-by-case basis.
Each older stable version will continue to be supported for at least one year after the release of the subsequent stable version.
Any vulnerabilities that affect unsupported versions will be considered on a case-by-case basis.

| Version | Supported |
| ------- | ------------------ |
| 4.2.x | :white_check_mark: |
| 4.1.x | :white_check_mark: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
| Version | Supported | Expires |
| ----------- | ------------------ | --------------- |
| 5.0 preview | :white_check_mark: | |
| 4.3 | :white_check_mark: | |
| 4.2 | :white_check_mark: | September 2025 |
| 4.1 | :x: | November 2024 |

## Reporting a Vulnerability

Expand Down