Skip to content

Commit 6874b99

Browse files
committed
Release v1.4.5
Bump tar crate from 0.4.43 to 0.4.45 to address two vulnerabilities in the bundled tar archive library: - CVE-2026-33055 / RUSTSEC-2026-0068: conditional PAX size header handling inconsistent with other tar parsers - CVE-2026-33056 / RUSTSEC-2026-0067: symlink-based chmod escape outside the extraction root in unpack_dir() Also picks up the five commits that have landed on main since v1.4.4 (Rust 1.92 bump, Dockerfile cleanups, enclave_build error reporting). sim: https://t.corp.amazon.com/P403754724 Signed-off-by: Mushahid Hussain <hmushi@amazon.co.uk>
1 parent 66e6016 commit 6874b99

6 files changed

Lines changed: 77 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nitro-cli"
3-
version = "1.4.4"
3+
version = "1.4.5"
44
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

SPECS/aws-nitro-enclaves-cli.spec

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
Summary: AWS Nitro Enclaves tools for managing enclaves
2222
Name: aws-nitro-enclaves-cli
23-
Version: 1.4.4
23+
Version: 1.4.5
2424
Release: 0%{?dist}
2525

2626
License: Apache 2.0
@@ -195,6 +195,14 @@ fi
195195
%{ne_include_dir}/*
196196

197197
%changelog
198+
* Fri May 01 2026 Mushahid Hussain <hmushi@amazon.co.uk> - 1.4.5-0
199+
- Bump tar crate to 0.4.45 to address CVE-2026-33055 and CVE-2026-33056
200+
- Fix Clippy warnings for Rust 1.92
201+
- Bump Rust version to 1.92
202+
- scripts/bump-rust-version.sh: Switch to two-part versioning
203+
- tools/Dockerfile: Build openssl silently
204+
- enclave_build: Always print errors when handling builder streams
205+
198206
* Mon Jan 12 2026 Leonard Foerster <foersleo@amazon.com> - 1.4.4-0"
199207
- vsock-proxy: configs: Add missing regions
200208
- vsock-proxy: configs: Reorder regions aligned with kms docs

THIRD_PARTY_LICENSES_RUST_CRATES.html

Lines changed: 62 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

enclave_build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ sha2 = "0.9.5"
2222
futures = "0.3.28"
2323

2424
aws-nitro-enclaves-image-format = "0.5"
25-
tar = "0.4.40"
25+
tar = "0.4.45"
2626
flate2 = "1.1.1"

sources

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
da158a79f419a3b41f774c6abeffb68751f3b886 nitro-cli-dependencies.tar.gz
1+
2f692712602fc0f74d0294adedda832bafb67b53 nitro-cli-dependencies.tar.gz

0 commit comments

Comments
 (0)