[][src]Module rustsec::advisory::affected

The [affected] subsection of an advisory: metadata specifying the scope of impacted systems/functions/usages.

Structs

Affected

The [affected] subsection of an advisory: additional metadata detailing the specifics of what is impacted by this advisory (e.g. operating systems, what functions in the crate)

FunctionPath

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

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