diff options
| author | Joerie de Gram <j.de.gram@gmail.com> | 2021-12-11 20:02:15 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-12 11:50:35 +0000 |
| commit | d7e0ee3b3af63d91327cdde398105dbf557c5b45 (patch) | |
| tree | 4e8f77773819c2ca06280e4347b686816d934fd0 | |
| parent | Merge #149835: thunderbird: 91.3.2 -> 91.4.0 (into release-21.11) (diff) | |
| download | nixpkgs-d7e0ee3b3af63d91327cdde398105dbf557c5b45.tar.gz | |
zap: 2.11.0 -> 2.11.1
Fixes CVE-2021-44228 #150288
(cherry picked from commit be4883e2181a7f9e1513be091ea573f9f2411c81)
| -rw-r--r-- | pkgs/tools/networking/zap/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/zap/default.nix b/pkgs/tools/networking/zap/default.nix index 69c5f165b276..8fdf8a38f317 100644 --- a/pkgs/tools/networking/zap/default.nix +++ b/pkgs/tools/networking/zap/default.nix @@ -2,10 +2,10 @@ stdenv.mkDerivation rec { pname = "zap"; - version = "2.11.0"; + version = "2.11.1"; src = fetchurl { url = "https://github.com/zaproxy/zaproxy/releases/download/v${version}/ZAP_${version}_Linux.tar.gz"; - sha256 = "sha256-wr64T3+ps5r2V72z4NDbqWQlJX6kjg6LIu7szY1VaB4="; + sha256 = "0b1qqrjm4m76djy0az9hnz3rqpz1qkql4faqmi7gkx33b1p6d0sz"; }; buildInputs = [ jre ]; |
