[advisories] | |
db-path = "~/.cargo/advisory-dbs" | |
db-urls = ["https://github.com/RustSec/advisory-db"] | |
vulnerability = "deny" | |
unmaintained = "warn" | |
unsound = "warn" | |
yanked = "warn" | |
notice = "warn" | |
ignore = [ | |
"RUSTSEC-0000-0000", | |
"[email protected]", | |
{ crate = "yanked", reason = "a new version has not been released" }, | |
] | |
severity-threshold = "medium" |