From 11b22b726078a005e43876dc3ee56c46580a90ef Mon Sep 17 00:00:00 2001 From: Eugenio Date: Thu, 23 Oct 2025 12:52:11 -0600 Subject: [PATCH] technical changelog redis security patch --- docs/technical-changelog.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/technical-changelog.mdx b/docs/technical-changelog.mdx index d3b7ad7d8..1bbe8d944 100644 --- a/docs/technical-changelog.mdx +++ b/docs/technical-changelog.mdx @@ -54,6 +54,13 @@ This page documents all notable changes to Sourcegraph. For more detailed change - [kustomize](https://github.com/sourcegraph/deploy-sourcegraph-k8s/releases/tag/v6.9.0) +### Chore + +#### Security + +- Update redis to 7.4.6-272 `(PR #7488)` + - This release patches multiple critical CVEs in Redis, including CVE-2025-49844, CVE-2025-46817, CVE-2025-46818, and CVE-2025-46819. See [Redis release notes](https://redis.io/docs/latest/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-272/) for details. + ### Reverts There were no reverts for this release