refactor: rearrange deny.toml

Signed-off-by: Charlotte Meyer <dev@buffet.sh>
This commit is contained in:
buffet 2023-01-16 15:35:53 +01:00
parent 3eb4a8450d
commit 1b67147aa7

View file

@ -1,24 +1,25 @@
[advisories] [advisories]
db-path = "~/.cargo/advisory-db" db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"] db-urls = ["https://github.com/rustsec/advisory-db"]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "deny" notice = "deny"
unmaintained = "deny"
vulnerability = "deny"
yanked = "deny"
[licenses] [licenses]
unlicensed = "deny"
copyleft = "deny" copyleft = "deny"
default = "deny"
unlicensed = "deny"
allow = [ allow = [
"Apache-2.0", "Apache-2.0",
"ISC",
"MIT", "MIT",
] ]
default = "deny"
[bans] [bans]
highlight = "all"
multiple-versions = "deny" multiple-versions = "deny"
wildcards = "deny" wildcards = "deny"
highlight = "all"
[sources] [sources]
unknown-registry = "deny" unknown-registry = "deny"