1
0
mirror of https://github.com/qarmin/czkawka synced 2024-07-01 06:54:23 +00: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",
]