From c1b89f6c88de84e5ecf17bca0c38dcb78a058b75 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Sun, 1 Dec 2024 14:06:55 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d533206..17838c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `x86_64-pc-windows-gnu` support ([@Wolfyxon](https://github.com/Wolfyxon)) ([#634](https://github.com/wcampbell0x2a/backhand/pull/634)) - Add [zlib-rs](https://github.com/trifectatechfoundation/zlib-rs) support through `--feature gzip-zlib-rs`. +#### Security +- Prevent self referential dirs, which could cause a stack overflow ([#624](https://github.com/wcampbell0x2a/backhand/pull/495)) +- Avoid high allocations for high inode count ([#624](https://github.com/wcampbell0x2a/backhand/pull/495)) + ### `backhand-cli` - Add `--no-compression-options` to `add` and `replace` to remove compression options from image after modification. - Add `--pad-len` to `replace` and `add` to control the length of end-of-image padding ([#604](https://github.com/wcampbell0x2a/backhand/pull/604))