Commit 89d7cda8 authored by Philipp Bartsch's avatar Philipp Bartsch
Browse files

binwalk: 2.3.3 -> 2.3.4

Fixes CVE-2022-4510

The release fixes a PFS directory traversal / code execution bug. Credit: Quentin Kaiser.
parent 057e7b7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

buildPythonPackage rec {
  pname = "binwalk${lib.optionalString visualizationSupport "-full"}";
  version = "2.3.3";
  version = "2.3.4";

  src = fetchFromGitHub {
    owner = "ReFirmLabs";
    repo = "binwalk";
    rev = "v${version}";
    sha256 = "0phqyqv34vhh80dgipiggs4n3iq2vfjk9ywx2c5d8g61vzgbd2g8";
    sha256 = "sha256-hlPbzqGRSXcIqlI+SNKq37CnnHd1IoMBNSjhyeAM1TE=";
  };

  patches = [