README.md: advisories are no longer TOML-formatted (#480)

Well, the frontmatter is, but that's noted in the section below this one
already, so no need for duplicate information.
This commit is contained in:
Tony Arcieri
2020-11-11 10:24:18 -08:00
committed by GitHub
parent 6390fccb77
commit f8285c8a1c

View File

@@ -7,11 +7,13 @@
The RustSec Advisory Database is a repository of security advisories filed
against Rust crates published via https://crates.io
Advisory metadata is stored in [TOML] format (see below). The following tools
consume the data and can be used for auditing and reporting (send PRs to add yours):
The following tools consume this advisory database and can be used for auditing
and reporting (send PRs to add yours):
* [cargo-audit]: Audit `Cargo.lock` files for crates with security vulnerabilities
* [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.
* [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.
## Reporting Vulnerabilities