Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
bump bzip2 to 0.4.4 to fix RUSTSEC-2023-0004 / CVE-2023-22895
Browse files Browse the repository at this point in the history
This vulnerability is also known as GHSA-96jv-r488-c2rj.
Versions of the bzip2 crate before 0.4.4 contain a Denial of
Service vulnerability that could cause the compression and / or
decompression to run into an infinite loop. For more details see
<https://rustsec.org/advisories/RUSTSEC-2023-0004.html> or
<alexcrichton/bzip2-rs#86>.
  • Loading branch information
striezel committed Aug 29, 2023
1 parent 21a2058 commit 0cb6006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.59.0"
[dependencies]
aes = { version = "0.8.2", optional = true }
byteorder = "1.4.3"
bzip2 = { version = "0.4.3", optional = true }
bzip2 = { version = "0.4.4", optional = true }
constant_time_eq = { version = "0.1.5", optional = true }
crc32fast = "1.3.2"
flate2 = { version = "1.0.23", default-features = false, optional = true }
Expand Down

0 comments on commit 0cb6006

Please sign in to comment.