Expand description
Audit Cargo.lock files for crates containing security vulnerabilities.
cargo audit
is a Cargo subcommand. Install it using the following:
$ cargo install cargo-audit --locked
Then run cargo audit
in the toplevel directory of any crate or workspace.
If you wish to consume its core functionality as a library, see the
documentation for the rustsec
crate:
Modules§
- Abscissa application for
cargo audit
- Core auditing functionality
cargo audit
subcommands- The configuration file
- Error types
- Cargo.lock-related utilities
- Presenter for
rustsec::Report
information.
Constants§
- Current version of the
cargo-audit
crate