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

Add "cargo audit" #7678

Open
trevordmiller opened this issue Dec 6, 2019 · 7 comments
Open

Add "cargo audit" #7678

trevordmiller opened this issue Dec 6, 2019 · 7 comments
Labels
A-new-subcommand Area: new subcommand C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-rfc Status: Needs an RFC to make progress.

Comments

@trevordmiller
Copy link

Describe the problem you are trying to solve
I read about cargo audit on the Rust blog, but it isn't in cargo --list.

Describe the solution you'd like
Add cargo audit to cargo --list.

Notes
Can cargo audit be installed with rustup like cargo fmt and cargo clippy etc.? I love cargo and feel having everything encapsulated / documented in the CLI tool would be helpful.

@trevordmiller trevordmiller added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Dec 6, 2019
@sfackler
Copy link
Member

sfackler commented Dec 6, 2019

Can cargo audit be installed with rustup like cargo fmt and cargo clippy etc.?

cargo install cargo-audit.

@trevordmiller
Copy link
Author

@sfackler I mean would it make sense to include it with the rustup setup? I didn't manually install the fmt or clippy subcommands. Apologies if I'm misunderstanding something. I'm new to working in Rust :)

@ehuss ehuss added the A-new-subcommand Area: new subcommand label Dec 8, 2019
@eutampieri
Copy link

cargo install cargo-audit is not precompiled

@epage
Copy link
Contributor

epage commented Sep 19, 2023

@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 epage reopened this Sep 19, 2023
@trevordmiller
Copy link
Author

@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.

@trevordmiller trevordmiller closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2023
@epage
Copy link
Contributor

epage commented Sep 19, 2023

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.

@epage epage reopened this Sep 19, 2023
@epage epage added the S-needs-rfc Status: Needs an RFC to make progress. label Nov 3, 2023
@epage
Copy link
Contributor

epage commented Apr 9, 2024

Some considerations we should keep in mind when evaluating how to integrate security reporting into cargo: https://overreacted.io/npm-audit-broken-by-design/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-new-subcommand Area: new subcommand C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` S-needs-rfc Status: Needs an RFC to make progress.
Projects
None yet
Development

No branches or pull requests

5 participants