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 --lockedThen 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§
- application
- Abscissa application for
cargo audit - auditor
- Core auditing functionality
- commands
cargo auditsubcommands- config
- The configuration file
- error
- Error types
- lockfile
- Cargo.lock-related utilities
- presenter
- Presenter for
rustsec::Reportinformation.
Constants§
- VERSION
- Current version of the
cargo-auditcrate