diff --git a/CHANGELOG.md b/CHANGELOG.md index 0235b8bf..6db1fc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.22.1] - 2024-07-08 +### Security fixes +- Prevent directory traversal in server-supplied filenames, see #379 (@blyxxyz) + ## [0.22.0] - 2024-04-13 ### Features - Support http2-prior-knowledge, see #356 (@zuisong) diff --git a/Cargo.lock b/Cargo.lock index 40b3ef60..4d71fa2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2383,7 +2383,7 @@ dependencies = [ [[package]] name = "xh" -version = "0.22.0" +version = "0.22.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 81623bc7..509eac8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xh" -version = "0.22.0" +version = "0.22.1" authors = ["ducaale "] edition = "2021" rust-version = "1.74.0" diff --git a/doc/xh.1 b/doc/xh.1 index 21f445cd..d9780f53 100644 --- a/doc/xh.1 +++ b/doc/xh.1 @@ -1,4 +1,4 @@ -.TH XH 1 2024-04-12 0.22.0 "User Commands" +.TH XH 1 2024-07-08 0.22.1 "User Commands" .SH NAME xh \- Friendly and fast tool for sending HTTP requests