1
0
Fork 0
mirror of synced 2024-05-05 21:13:41 +12:00
czkawka/deny.toml

26 lines
438 B
TOML
Raw Normal View History

2022-06-18 20:59:46 +12:00
[advisories]
vulnerability = "deny"
unmaintained = "warn"
yanked = "deny"
ignore = [
"RUSTSEC-2020-0071", # https://rustsec.org/advisories/RUSTSEC-2020-0071 - Potential segfault in the time crate.
]
[bans]
multiple-versions = "deny"
wildcards = "allow"
deny = []
skip = []
skip-tree = []
[licenses]
unlicensed = "allow"
allow-osi-fsf-free = "either"
copyleft = "allow"
allow = [
"MIT",
"Apache-2.0 WITH LLVM-exception",
]