1
0
Fork 0
mirror of synced 2024-04-26 08:42:07 +12:00
czkawka/deny.toml
2022-06-18 10:59:46 +02:00

26 lines
438 B
TOML

[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",
]