mirror of
https://github.com/redis/redis.git
synced 2025-12-18 21:46:08 -05:00
Update SECURITY.md (#14355)
Some checks are pending
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
Some checks are pending
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
Extended the support of 7.2 and align it with 7.4
This commit is contained in:
parent
fdf2659011
commit
91b150bdb8
1 changed files with 9 additions and 8 deletions
17
SECURITY.md
17
SECURITY.md
|
|
@ -9,14 +9,15 @@ performance and security.
|
|||
We generally backport security issues to a single previous major version,
|
||||
unless this is not possible or feasible with a reasonable effort.
|
||||
|
||||
| Version | Supported |
|
||||
|---------|-------------------------------------------------------------|
|
||||
| 8.2.x | :white_check_mark: |
|
||||
| 8.0.x | :white_check_mark: |
|
||||
| 7.4.x | :white_check_mark: |
|
||||
| < 7.4.x | :x: |
|
||||
| 6.2.x | :white_check_mark: Support may be removed after end of 2025 |
|
||||
| < 6.2.x | :x: |
|
||||
| Version | Supported |
|
||||
|---------|------------------------------------------------------------------------|
|
||||
| 8.2.x | :white_check_mark: |
|
||||
| 8.0.x | :white_check_mark: |
|
||||
| 7.4.x | :white_check_mark: |
|
||||
| 7.2.x | :white_check_mark: support extended till 7.4 end of support |
|
||||
| < 7.2.x | :x: |
|
||||
| 6.2.x | :white_check_mark: support extended - may be removed after end of 2025 |
|
||||
| < 6.2.x | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue