feat: Add initial cargo-deny configuration for advisories#123
Merged
nbelenkov merged 7 commits intoanza-xyz:masterfrom Mar 3, 2026
Merged
feat: Add initial cargo-deny configuration for advisories#123nbelenkov merged 7 commits intoanza-xyz:masterfrom
nbelenkov merged 7 commits intoanza-xyz:masterfrom
Conversation
…nses, and sources.
nbelenkov
reviewed
Feb 2, 2026
Contributor
|
Thanks for contributing this, I want to look over the toml in more detail and see if the settings make sense for us |
nbelenkov
previously approved these changes
Feb 23, 2026
Contributor
nbelenkov
left a comment
There was a problem hiding this comment.
sorry, compeltely slipped my mind. lgtm to merge
Contributor
Author
Thanks! I fixed the failing cargo-deny check (0.14.25 -> 0.14.24). Can you re-approve + approve the pending workflow ? |
Contributor
Author
We're good now |
xtqqczze
reviewed
Mar 4, 2026
| [advisories] | ||
| version = 2 | ||
| yanked = "warn" | ||
| ignore = ["RUSTSEC-2025-0141"] |
There was a problem hiding this comment.
ignored advisories should have a reason attached
xtqqczze
reviewed
Mar 4, 2026
| "BSD-2-Clause", | ||
| "BSD-3-Clause", | ||
| "ISC", | ||
| "Unicode-DFS-2016", |
There was a problem hiding this comment.
there are unmatched license allowances
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.
fixes - #122