fix(deps): bump h2 to 0.4.17 for RUSTSEC-2026-0258 - #240
Merged
Conversation
RUSTSEC-2026-0258 (h2 "unbounded empty DATA frames", published 2026-08-17, DoS-class) flags h2 < 0.4.16, turning the Security audit job red repo-wide since main's last green run on 2026-08-13. h2 is transitive via tonic/hyper — the daemon's own gRPC/HTTP-2 stack. Lockfile-only cargo update -p h2 (semver-compatible patch, no manifest change) in all three audited crates: antd 0.4.13 → 0.4.17, antd-rust 0.4.14 → 0.4.17, ffi/rust 0.4.13 → 0.4.17. cargo audit clean in all three; cargo check --locked green on antd. Linear: V2-1035 Co-Authored-By: Claude Fable 5 <noreply@anthropic.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
The Security audit job went red repo-wide: RUSTSEC-2026-0258 (h2 "unbounded empty DATA frames", published 2026-08-17, DoS-class) flags h2 < 0.4.16. Main's last audit run was green on 2026-08-13, pre-advisory — every PR since fails audit regardless of content (first hit: #239, which is dependency-free).
h2 is transitive via tonic/hyper, i.e. the daemon's own gRPC/HTTP-2 serving stack, so this is a real exposure for antd, not just a CI formality.
Change
Lockfile-only
cargo update -p h2(semver-compatible patch bump, no manifest change) in all three audited crates:antd: 0.4.13 → 0.4.17antd-rust: 0.4.14 → 0.4.17ffi/rust: 0.4.13 → 0.4.17Evidence
cargo audit: 0 errors in all three crates (remaining output is pre-existing allowed warnings — unmaintained/yanked informational entries)cargo check --lockedgreen on antdOnce this merges, #239's audit check needs a re-run to go green.
Linear
V2-1035
🤖 Generated with Claude Code