Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dep): add cargo-deny config #1219

Merged
merged 1 commit into from
Nov 4, 2024
Merged

chore(dep): add cargo-deny config #1219

merged 1 commit into from
Nov 4, 2024

Conversation

mchenani
Copy link
Contributor

@mchenani mchenani commented Nov 4, 2024

Description:
Add cargo-deny config file to the project.

To check cargo-deny results use cargo deny check

Want more? 👀📖

Notes:
RUSTSEC-2021-0139 ansi_term is Unmaintained
I intentionally set cargo-deny to ignore it for now, but we need to review this dependency and choose an alternative.

@mchenani mchenani requested a review from insipx November 4, 2024 20:46
@mchenani mchenani requested a review from a team as a code owner November 4, 2024 20:46
@@ -0,0 +1,33 @@
[advisories]
ignore = [
{id="RUSTSEC-2021-0139", reason="The maintainer has advised that this crate is deprecated and will not receive any maintenance. https://rustsec.org/advisories/RUSTSEC-2021-0139.html"},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@insipx do we need to create an issue for this to decide about it? we need to user other alternatives.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should be able to remove it in #1218

@mchenani mchenani merged commit f64a31c into main Nov 4, 2024
2 checks passed
@mchenani mchenani deleted the mc/add-cargo-deny branch November 4, 2024 20:51
@insipx insipx mentioned this pull request Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants