fix: update rustix to resolve CVE-2024-43806#5
Draft
dannyneira wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Oz <oz-agent@warp.dev>
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
rustixlockfile entry from0.37.24to0.37.25.async-io->rustix.Vulnerability
>= 0.37.0, < 0.37.250.37.25Dependabot context
Dependabot could not resolve this repo's Rust dependency files because the
examplesworkspace member has a binary target name that conflicts with Cargo's build directory names. This PR works around that by updating the lockfile locally with Cargo.Verification
cargo audit --file /workspace/graphql-ws-client/Cargo.lockno longer reports CVE-2024-43806 /rustix; it still reports unrelated existing alerts forbytes,h2,idna, andmio.cargo build --manifest-path /workspace/graphql-ws-client/Cargo.tomlpasses.cargo test --manifest-path /workspace/graphql-ws-client/Cargo.tomlpasses after restoringlocalhostresolution in the sandbox/etc/hosts.Conversation: https://staging.warp.dev/conversation/faf03187-5e89-422a-a07c-ca95d40e546d
Run: https://oz.staging.warp.dev/runs/019e3bd0-d46d-7120-88a5-b1f32897b258
This PR was generated with Oz.