Advisories Diagnostics

vulnerability

A vulnerability advisory was detected for a crate.

notice

A notice advisory was detected for a crate.

unmaintained

An unmaintained advisory was detected for a crate.

unsound

An unsound advisory was detected for a crate.

yanked

A crate using a version that has been yanked from the registry index was detected.

index-failure

An error occurred trying to read or update the registry index (typically crates.io) so cargo-deny was unable to check the current yanked status for any crate.

index-cache-load-failure

Failed to load the cached index details for a crate.

advisory-not-detected

An advisory in advisories.ignore didn't apply to any crate. This could happen if the advisory was withdrawn, or the version of the crate no longer falls within the range of affected versions the advisory applies to.

advisory-ignored

An advisory in advisories.ignore was encountered.

unknown-advisory

An advisory in advisories.ignore wasn't found in any of the configured advisory databases, usually indicating a typo, as advisories, at the moment, are never deleted from the database, at least the canonical advisory-db.

yanked-ignored

A yanked crate version was ignored via advisories.ignore.

yanked-not-detected

A yanked crate version was ignored via advisories.ignore, but it was not found in the crate graph.