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

RS: Copy supported platforms snapshot release notes disclaimer to 6.4 version branch #3214

Merged
merged 3 commits into from
Mar 27, 2024
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: 3 additions & 1 deletion content/rs/release-notes/rs-6-4-2-releases/rs-6-4-2-103.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Redis Enterprise Software version 6.4.2-103 includes the following Redis Stack m

### Supported platforms

The following table provides a snapshot of supported platforms as of this Redis Enterprise Software release. See the [supported platforms reference]({{<relref "/rs/installing-upgrading/install/plan-deployment/supported-platforms">}}) for more details about operating system compatibility.

<span title="Check mark icon">&#x2705;</span> Supported – The platform is supported for this version of Redis Enterprise Software.

<span title="Warning icon">&#x26A0;&#xFE0F;</span> Deprecated – The platform is still supported for this version of Redis Enterprise Software, but support will be removed in a future release.
Expand Down Expand Up @@ -178,4 +180,4 @@ Redis 6.0.x:

- (CVE-2022-36021) String matching commands (like `SCAN` or `KEYS`) with a specially crafted pattern to trigger a denial-of-service attack on Redis, causing it to hang and consume 100% CPU time. (Redis 6.0.18)

- (CVE-2022-35977) Integer overflow in the Redis `SETRANGE` and `SORT`/`SORT_RO` commands can drive Redis to OOM panic. (Redis 6.0.17)
- (CVE-2022-35977) Integer overflow in the Redis `SETRANGE` and `SORT`/`SORT_RO` commands can drive Redis to OOM panic. (Redis 6.0.17)
2 changes: 1 addition & 1 deletion content/rs/security/certificates/ocsp-stapling.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To set up OCSP stapling with the [REST API]({{<relref "/rs/references/rest-api">

To set up OCSP stapling with the [`rladmin`]({{<relref "/rs/references/cli-utilities/rladmin">}}) command-line utility:

1. Use [`rladmin`]({{<relref "/rs/references/cli-utilities/rladmin/cluster/certificate">}}) to [replace the proxy certificate]({{<relref "http://localhost:1313/rs/security/certificates/updating-certificates#use-the-cli">}}) with a certificate signed by your third-party CA.
1. Use [`rladmin`]({{<relref "/rs/references/cli-utilities/rladmin/cluster/certificate">}}) to [replace the proxy certificate]({{<relref "/rs/security/certificates/updating-certificates#use-the-cli">}}) with a certificate signed by your third-party CA.

1. Update the cluster's OCSP settings with the [`rladmin cluster ocsp config`]({{<relref "/rs/references/cli-utilities/rladmin/cluster/ocsp#ocsp-config">}}) command if you don't want to use their default values.

Expand Down
Loading