summaryrefslogtreecommitdiff
path: root/deny.toml
blob: 2c7cebbbf58dac7ae6b4be2cbcfe607c659f59c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[advisories]
vulnerability = "deny"
unmaintained = "deny"
unsound = "deny"
yanked = "deny"
notice = "deny"
severity-threshold = "low"

[licenses]
unlicensed = "deny"
allow = [
    "MIT",
    "MIT-0",
]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.8

[bans]
multiple-versions = "deny"
wildcards = "deny"
highlight = "all"