Skip to content

Commit

Permalink
[Redis] Update to 7.08 for Security Fixes (ray-project#31925)
Browse files Browse the repository at this point in the history
Upgrade Redis from 7.0.5 -> 7.0.8 to fix: (CVE-2022-35977) and (CVE-2023-22458)
  • Loading branch information
ijrsvt authored Jan 26, 2023
1 parent c8f11ce commit 1455a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/ray_deps_setup.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def ray_deps_setup():
name = "com_github_antirez_redis",
build_file = "@com_github_ray_project_ray//bazel:BUILD.redis",
patch_args = ["-p1"],
url = "https://github.com/redis/redis/archive/refs/tags/7.0.5.tar.gz",
sha256 = "40827fcaf188456ad9b3be8e27a4f403c43672b6bb6201192dc15756af6f1eae",
url = "https://github.com/redis/redis/archive/refs/tags/7.0.8.tar.gz",
sha256 = "0e439cbc19f6db5a4c63d355519ab73bf6ac2ecd47df806c14b19564b3d0c593",
patches = [
"@com_github_ray_project_ray//thirdparty/patches:redis-quiet.patch",
],
Expand Down

0 comments on commit 1455a10

Please sign in to comment.