-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add "cargo audit" #7678
Comments
|
@sfackler I mean would it make sense to include it with the rustup setup? I didn't manually install the |
|
@trevordmiller is there a reason you closed this? For now, I'm re-opening until there is more information as this seems like it'd be useful for us to consider and track. |
@epage I'm trying to clean up my open issues into those that are actionable for me. I also no longer use Rust. Feel free to create a separate issue. Thank you. |
Whether the issue is actionable for you or not, this is a valid issue against this project and it'd be better for us to not split its history across issues. |
Some considerations we should keep in mind when evaluating how to integrate security reporting into cargo: https://overreacted.io/npm-audit-broken-by-design/ |
Describe the problem you are trying to solve
I read about
cargo audit
on the Rust blog, but it isn't incargo --list
.Describe the solution you'd like
Add
cargo audit
tocargo --list
.Notes
Can
cargo audit
be installed with rustup likecargo fmt
andcargo clippy
etc.? I love cargo and feel having everything encapsulated / documented in the CLI tool would be helpful.The text was updated successfully, but these errors were encountered: