From f8285c8a1cbda4053746d18b58444d371714d56e Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 11 Nov 2020 10:24:18 -0800 Subject: [PATCH] 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. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b460a7..e3631a6 100644 --- a/README.md +++ b/README.md @@ -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