Module rustsec::report[][src]

Vulnerability report generator

These types map directly to the JSON report generated by cargo-audit, but also provide the core reporting functionality used in general.

Structs

DatabaseInfo

Information about the advisory database

LockfileInfo

Information about Cargo.lock

Report

Vulnerability report for a given lockfile

Settings

Options to use when generating the report

VulnerabilityInfo

Information about detected vulnerabilities

Functions

find_warnings

Find warnings from the given advisory Database and Lockfile

Type Definitions

WarningInfo

Information about warnings