Skip to content

Commit

Permalink
redis: 7.0.9 -> 7.0.10
Browse files Browse the repository at this point in the history
Security Fixes:

- (CVE-2023-28425) Specially crafted MSETNX command can lead to assertion and denial-of-service

https://github.com/redis/redis/releases/tag/7.0.10
  • Loading branch information
marsam committed Mar 20, 2023
1 parent 8b7b6ba commit 92f8db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/nosql/redis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
pname = "redis";
version = "7.0.9";
version = "7.0.10";

src = fetchurl {
url = "https://download.redis.io/releases/${pname}-${version}.tar.gz";
hash = "sha256-93E1wqR8kVHUAov+o7NEcKtNMk0UhPeahMbzKjz7n2U=";
hash = "sha256-He5MZIc0HK571kMv91kJBlIiFaBh/e+Hx9BAoMtgATE=";
};

patches = [
Expand Down

0 comments on commit 92f8db8

Please sign in to comment.