blob: 5a3ae1bbcb3e375e548c35e502d2f919280bafea [file] [log] [blame]
[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"