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 for [cargo-audit] and other automated tools to consume.
Each advisory contains information in [TOML] format:
```toml [advisory] crate_name = "vulnerablecrate"
unaffected_versions = ["< 1.1.0"]
patched_versions = [">= 1.2.0"]
dwf = []
url = false
title = "Flaw in X allows Y"
date = "2017-02-25"
description = """ Affected versions of this crate did not properly X.
This allows an attacker to Y.
The flaw was corrected by Z. """ ```
All content in this repository is placed in the public domain.