ci: address cargo-audit for ruint#2335
Merged
Merged
Conversation
yi-sun
reviewed
Dec 29, 2025
yi-sun
approved these changes
Dec 29, 2025
Contributor
There was a problem hiding this comment.
Pull request overview
This PR addresses security vulnerabilities identified by cargo-audit for the ruint dependency and updates AWS SDK dependencies to address related audit warnings.
- Updates host
ruintdependencies from 1.16.0 to 1.17.2 to resolve RUSTSEC-2025-0137 - Upgrades AWS SDK and related dependencies (aws-sdk-s3, aws-config, and associated smithy packages)
- Adds cargo-audit ignore entry for guest library
ruintpatch that cannot be updated yet - Adjusts CI GPU machine type configuration to remove g5 instances from the family list
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| crates/cli/Cargo.toml | Updates aws-sdk-s3 to 1.119.0 and aws-config to 1.8.12 |
| Cargo.lock | Reflects dependency updates including ruint 1.17.2 and AWS SDK dependency tree updates |
| .cargo/audit.toml | Adds RUSTSEC-2025-0137 to ignore list for guest library ruint with explanatory comment |
| .github/workflows/extension-tests.cuda.yml | Updates default GPU machine type to exclude g5 instances |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This comment has been minimized.
This comment has been minimized.
Commit: d15d499 |
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.
Updated
ruintfrom revm dependencies to 1.17.1Updated
aws-sdk-s3to address cargo audit warnings.The guest library
ruintpatch cannot be updated until a future release, so we add an ignore for now.