chore(deps): ignore RUSTSEC-2026-0173 (proc-macro-error2 unmaintained)#45
Merged
Conversation
proc-macro-error2 is unmaintained but enters the tree only through alloy-sol-macro and alloy-sol-macro-expander as a compile-time proc-macro dependency. The latest alloy-core (1.6.0) and its main branch still depend on it, so there is no upstream version to bump to. It is build-time only, never shipped in the binary or wasm artifact, and has no runtime reachability. Adds the first .cargo/audit.toml for the repo. Closes #44
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
RUSTSEC-2026-0173 flags
proc-macro-error2as unmaintained (informational, not a vulnerability).It enters the tree only through
alloy-sol-macroandalloy-sol-macro-expanderas a compile-time proc-macro dependency. The latest alloy-core (1.6.0) and its main branch still depend on it, so there is no upstream version to bump to. It is build-time only, never shipped in the binary or wasm artifact, and has no runtime reachability.Adds the first
.cargo/audit.tomlfor the repo, scoped to this advisory.Closes #44