fix(deps): update vulnerable dependencies for cargo audit#346
Closed
pistomat wants to merge 3 commits into
Closed
Conversation
Update quinn-proto 0.11.12 → 0.11.14 to fix RUSTSEC-2026-0037 (Denial of service in Quinn endpoints). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add quinn-proto = "0.11.14" as direct dependency to enforce minimum version for downstream consumers, fixing RUSTSEC-2026-0037. Library Cargo.lock updates alone don't protect downstream users since they build their own lockfile resolution. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
quinn-proto is only transitively needed via reqwest, which is already optional and gated behind the evm feature. Making it unconditional would pull it into the dependency tree for consumers not using evm. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Collaborator
|
Already fixed in https://github.com/propeller-heads/tycho-execution/pull/348 |
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
quinn-proto >= 0.11.14inCargo.tomlto protect downstream consumers (RUSTSEC-2026-0037)Cargo.lock: quinn-proto 0.11.12 → 0.11.14, alloy-dyn-abi and ruint to latest compatible versionsThe security audit CI workflow already exists on main. This PR ensures it passes with current advisory database and adds the
Cargo.tomlconstraint so downstream consumers inherit the fix.Test plan
cargo auditpasses locally with 0 vulnerabilitiesRelated: ENG-5667
🤖 Generated with Claude Code