[][src]Module rustsec::advisory

Security advisories in the RustSec database

Structs

Advisory

An individual security advisory pertaining to a single vulnerability

AdvisoryId

An identifier for an individual advisory

AffectedPath

Canonical Rust Paths (sans parameters) to vulnerable types and/or functions affected by a particular advisory. https://doc.rust-lang.org/reference/paths.html#canonical-paths

AffectedPaths

Collection of paths affected by an advisory, grouped by VersionReq

Date

Dates on advisories (RFC 3339)

Identifier

Identifiers within paths. Note that the typical Rust path grammar supports multiple types of path segments, however for the purposes of vulnerability advisories we only care about identifiers. https://doc.rust-lang.org/reference/identifiers.html

Iter

Advisory iterator

Keyword

Keywords on advisories, similar to Cargo keywords

Enums

AdvisoryIdKind

Known kinds of advisory IDs

Constants

PLACEHOLDER_ADVISORY_ID

Placeholder advisory name: shouldn't be used until an ID is assigned