Skip to content

Commit b0bc62b

Browse files
authored
Add cargo-deny to the list RustSec clients
`cargo-deny` is an awesome tool, it seems to be the superset of `cargo-audit`. I think it is reasonable to mention it here along with `cargo-audit`. cc @Jake-Shadle
1 parent aa789b9 commit b0bc62b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Advisory metadata is stored in [TOML] format (see below). The following tools
1111
consume the data and can be used for auditing and reporting (send PRs to add yours):
1212

1313
* [cargo-audit]: Audit `Cargo.lock` files for crates with security vulnerabilities
14+
* [cargo-deny]: Audit `Cargo.lock` files for crates with security vulnerabilities, limit the usage of particular dependencies, their licenses, sources to download from, detect multiple versions of same packages in the dependency tree and more.
1415

1516
## Reporting Vulnerabilities
1617

@@ -125,4 +126,5 @@ All content in this repository is placed in the public domain.
125126

126127
[TOML]: https://github.com/toml-lang/toml
127128
[cargo-audit]: https://github.com/rustsec/cargo-audit
129+
[cargo-deny]: https://github.com/EmbarkStudios/cargo-deny
128130
[CONTRIBUTING.md]: https://github.com/RustSec/advisory-db/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)