Function cargo_deny::advisories::check
source · pub fn check<R, S>(
ctx: CheckCtx<'_, ValidConfig>,
advisory_dbs: &DbSet,
lockfile: PrunedLockfile,
audit_compatible_reporter: Option<R>,
sink: S
)where
R: AuditReporter,
S: Into<ErrorSink>,Expand description
Check crates against the advisory database to detect vulnerabilities or unmaintained crates