fix: resolve 13 known CVEs by upgrading vulnerable dependencies#588
Open
bagelface wants to merge 1 commit into
Open
fix: resolve 13 known CVEs by upgrading vulnerable dependencies#588bagelface wants to merge 1 commit into
bagelface wants to merge 1 commit into
Conversation
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
Resolves 13 known security advisories identified by cargo audit by upgrading vulnerable direct and transitive dependencies.
Direct version bumps (
Cargo.toml):alloy: 1.0→1.4— fixes DoS vulnerability in "alloy-dyn-abi" TypedData hashing ("RUSTSEC-2025-0073", severity 7.5)aws-config: 1.5.9→1.8,aws-sdk-kms: 1.49→1.106— fixes four "aws-lc-sys" advisories including PKCS7 signature validation bypass and AES-CCM timingside-channel ("RUSTSEC-2026-0045"/"46"/"47"/"48")
jsonwebtoken: 7→9in "eigen-client-fireblocks" — dropsring 0.16(AES panic, "RUSTSEC-2025-0009") and pulls in fixedtime 0.3.47(stack exhaustion DoS,"RUSTSEC-2026-0009")
metrics: 0.24→0.24.5— fixes a pre-existing compilation failure on current Rust toolchainsTransitive fixes (via lock file):
bytes: 1.10.1→1.11.1(integer overflow, "RUSTSEC-2026-0007")ring: 0.16.20dropped entirely, now on0.17.14onlyruint: 1.14.0→1.18.0(unsoundness in "reciprocal_mg10", "RUSTSEC-2025-0137")rustls-webpki: 0.103.1→0.103.13(CRL/name constraint advisories, "RUSTSEC-2026-0049"/"98"/"99"/"104")time: 0.3.41→0.3.475 remaining advisories are pinned by upstream dependencies outside this repo's control (AWS SDK's dual rustls stack, "testcontainers/tokio-tar" with no available patch, and feature-gated ark/alloy transitive deps with negligible practical exposure). These are tracked for future upstream fixes.