From 32424782ae56e8ccdff7e454a2da4067329d008c Mon Sep 17 00:00:00 2001 From: hannahhoward Date: Fri, 8 Dec 2023 14:46:08 -0800 Subject: [PATCH] docs(CHANGELOG): record bug fix --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ad5df7e..68f3a05c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ The following emojis are used to highlight certain changes: ### Removed +### Fixed + +* `boxo/gateway` + * when making a trustless CAR request with the "entity-bytes" parameter, using a negative index greater than the underlying entity length could trigger reading more data than intended + ### Security ## [v0.17.0]