Update supported versions in the security policy (#6222)

This commit is contained in:
Jakub Kuczys 2023-08-06 19:29:51 +02:00 committed by GitHub
parent 93b51acf31
commit 1248927fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,15 +3,15 @@
## Supported Versions ## Supported Versions
The table below explains the current state of our versions. Currently, only version The table below explains the current state of our versions. Currently, only version
3.4 and higher are supported and receive security updates. Versions lower than 3.4 3.5 and higher are supported and receive security updates. Versions lower than 3.5
are considered End of Life and will not receive any security updates. are considered End of Life and will not receive any security updates.
| Version | Branch | Security Updates | End of Life | | Version | Branch | Security Updates | End of Life |
|---------------|------------|--------------------|--------------------| |---------------|------------|--------------------|--------------------|
| < 2.0 | master | :x: | :white_check_mark: | | < 2.0 | master | :x: | :white_check_mark: |
| >= 2.0, < 3.0 | develop | :x: | :white_check_mark: | | >= 2.0, < 3.0 | develop | :x: | :white_check_mark: |
| >= 3.0, < 3.4 | V3/develop | :x: | :white_check_mark: | | >= 3.0, < 3.5 | V3/develop | :x: | :white_check_mark: |
| >= 3.4 | V3/develop | :white_check_mark: | :x: | | >= 3.5 | V3/develop | :white_check_mark: | :x: |
## Reporting a Vulnerability ## Reporting a Vulnerability