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:
parent
057e7b7c24
commit
89d7cda873
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue