binwalk: 2.3.3 -> 2.3.4

Fixes CVE-2022-4510

The release fixes a PFS directory traversal / code execution bug. Credit: Quentin Kaiser.
This commit is contained in:
Philipp Bartsch 2023-02-21 22:44:50 +01:00
parent 057e7b7c24
commit 89d7cda873

View file

@ -22,13 +22,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "binwalk${lib.optionalString visualizationSupport "-full"}"; pname = "binwalk${lib.optionalString visualizationSupport "-full"}";
version = "2.3.3"; version = "2.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ReFirmLabs"; owner = "ReFirmLabs";
repo = "binwalk"; repo = "binwalk";
rev = "v${version}"; rev = "v${version}";
sha256 = "0phqyqv34vhh80dgipiggs4n3iq2vfjk9ywx2c5d8g61vzgbd2g8"; sha256 = "sha256-hlPbzqGRSXcIqlI+SNKq37CnnHd1IoMBNSjhyeAM1TE=";
}; };
patches = [ patches = [