Expand description
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§
- Database
Info git - Information about the advisory database
- Lockfile
Info - Information about
Cargo.lock - Report
- Vulnerability report for a given lockfile
- Settings
- Options to use when generating the report
- Vulnerability
Info - Information about detected vulnerabilities
Functions§
- find_
warnings - Find warnings from the given advisory
DatabaseandLockfile
Type Aliases§
- Warning
Info - Information about warnings