mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 16:50:28 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user