Audit Cargo.lock for crates with security vulnerabilities reported to the [RustSec Advisory Database].
This implements an idea originally proposed in this (closed) RFC:
https://github.com/rust-lang/rfcs/pull/1752
cargo audit
is a Cargo subcommand and can be installed with cargo install
:
$ cargo install cargo-audit
Once installed, it can be run on the toplevel of any Cargo project.
Vulneraties can be reported by opening pull requests against the [RustSec Advisory Database] GitHub repo:
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.