Open
Conversation
- Pin all GH Actions to SHA (including wevm/changelogs-rs, dtolnay/rust-toolchain)
- Add persist-credentials: false to all checkouts
- Pin Dockerfile base images to digest
- Add deny.toml with advisory, source, and ban policies
- Add dependabot.yml for cargo + github-actions
- Scope permissions: drop workflow-level contents:write in binary.yml
- Add permissions: {} to verify.yml
- cargo update: fix 13 CVEs (aws-lc-sys, quinn-proto, lz4_flex, bytes, time, rand, etc.)
- Fix NonZero<u64> cast in decoder.rs after tempo-alloy update
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
- actions/checkout v4.3.1 → v6.0.2 - actions/upload-artifact v4.6.2 → v7.0.1 - actions/download-artifact v4.3.0 → v8.0.1 - softprops/action-gh-release v2.6.2 → v3.0.0 - docker/setup-buildx-action v3.12.0 → v4.0.0 - docker/login-action v3.7.0 → v4.1.0 - docker/metadata-action v5.10.0 → v6.0.0 - docker/build-push-action v6.19.2 → v7.1.0 - Swatinem/rust-cache v2 → v2.9.1 Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Based on reth/foundry deny.toml patterns. Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@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.
Supply chain hardening from dependency scan:
wevm/changelogs-rs@masteranddtolnay/rust-toolchain@stableto SHApersist-credentials: falseto allactions/checkoutstepsrustlang/rust:nightly-slim,ubuntu:24.04) to digestdeny.tomlwith advisory, source, and ban policiescargo deny checkto CI viatempoxyz/cireusable workflow.github/dependabot.ymlfor cargo + github-actions (weekly, 7-day cooldown)tempoxyz/cipermissions: {}on verify/binary, job-levelcontents: writeon upload only)cargo update: fix 13 CVEs (aws-lc-sys, quinn-proto, lz4_flex, bytes, time, rand, rustls-webpki, keccak, tracing-subscriber)Prompted by: georgen