2023-02-28 18:22:02 +00:00
|
|
|
[advisories]
|
|
|
|
vulnerability = "deny"
|
|
|
|
unmaintained = "warn"
|
|
|
|
yanked = "warn"
|
|
|
|
notice = "warn"
|
|
|
|
|
|
|
|
# A list of advisory IDs to ignore. Note that ignored advisories will still
|
|
|
|
# output a note when they are encountered.
|
|
|
|
ignore = [
|
|
|
|
|
|
|
|
|
|
|
|
# "RUSTSEC-0000-0000",
|
|
|
|
]
|
|
|
|
|
|
|
|
[licenses]
|
|
|
|
# The lint level for crates which do not have a detectable license
|
|
|
|
unlicensed = "deny"
|
|
|
|
# List of explicitly allowed licenses
|
|
|
|
allow = [
|
|
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
|
|
"Apache-2.0",
|
|
|
|
"BSD-2-Clause",
|
|
|
|
"BSD-3-Clause",
|
2023-05-08 08:47:19 +00:00
|
|
|
"CC0-1.0",
|
2023-02-28 18:22:02 +00:00
|
|
|
"ISC",
|
|
|
|
"MIT-0",
|
|
|
|
"MIT",
|
|
|
|
"MPL-2.0",
|
|
|
|
"Unicode-DFS-2016",
|
|
|
|
"Unlicense",
|
|
|
|
"WTFPL",
|
|
|
|
"Zlib",
|
|
|
|
]
|
|
|
|
confidence-threshold = 0.8
|
|
|
|
|
|
|
|
[bans]
|
|
|
|
multiple-versions = "allow"
|
|
|
|
wildcards = "warn"
|
|
|
|
|
|
|
|
[sources]
|
|
|
|
unknown-registry = "warn"
|
|
|
|
unknown-git = "warn"
|
|
|
|
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
|
|
|
allow-git = []
|