fix: update time and bytes crates for RUSTSEC-2026-0009 and RUSTSEC-2026-0007#10
Merged
AnthonyRonning merged 2 commits intomasterfrom Feb 9, 2026
Merged
Conversation
Resolves denial of service via stack exhaustion when parsing RFC 2822 formatted input. Closes #9 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Resolves integer overflow in BytesMut::reserve that can lead to out-of-bounds memory access in release builds. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates transitive dependencies to resolve two security advisories:
time0.3.41 -> 0.3.47 -- Denial of service via stack exhaustion when parsing RFC 2822 formatted input.bytes1.10.1 -> 1.11.1 -- Integer overflow inBytesMut::reserveleading to out-of-bounds memory access in release builds (CVE-2026-25541).Changes
Cargo.lockonly -- no source code changes.Testing
cargo build-- cleancargo test-- all passingcargo clippy -- -D warnings-- cleanCloses #9