Open
Conversation
Add security.yml workflow running cargo audit on push to main and PRs. Update vulnerable dependencies: - bytes 1.10.1 → 1.11.1 (RUSTSEC-2026-0007) - quinn-proto 0.11.13 → 0.11.14 (RUSTSEC-2026-0037) - ruint 1.17.0 → 1.17.2 (RUSTSEC-2025-0137) - time 0.3.44 → 0.3.47 (RUSTSEC-2026-0009) Ignore unfixable advisories via .cargo/audit.toml: - RUSTSEC-2025-0020: pyo3 0.19.2 (needs >=0.24.1, major version jump) - RUSTSEC-2025-0055: tracing-subscriber 0.2.25 (transitive via ark-relations → revm) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove genuinely unused dependencies detected by cargo-machete: - mini-moka, uuid from root crate - dotenv, futures, itertools, lru, num-traits, rand, tracing-subscriber, tycho-client from tycho-test - alloy-chains, colored, serde, serde_json from tycho-integration-test - tokio from tycho_simulation_py Add cargo-machete ignore entries for false positives (ruint version floor, strum used via strum_macros derive). Add detect-unused-dependencies job to security.yml CI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b036f24 to
17769f3
Compare
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
.github/workflows/security.ymlrunning cargo audit and cargo machete on push to main and PRsCargo.tomlfor vulnerable transitive deps:ruint >= 1.17.1(RUSTSEC-2025-0137)alloy-dyn-abi >= 1.4.1(existing)bytes >= 1.11.1(RUSTSEC-2026-0007)quinn-proto >= 0.11.14(RUSTSEC-2026-0037)time >= 0.3.47(RUSTSEC-2026-0009).cargo/audit.tomlto ignore unfixable advisories:[package.metadata.cargo-machete]ignore entries for false positivesTest plan
cargo auditpasses locally with 0 vulnerabilitiescargo machetepasses locallycargo check --workspacepassesRelated: ENG-5667
🤖 Generated with Claude Code