axum/deny.toml
2023-01-03 19:53:17 +01:00

27 lines
509 B
TOML

[advisories]
vulnerability = "deny"
unmaintained = "warn"
notice = "warn"
ignore = []
[licenses]
unlicensed = "warn"
allow = []
deny = []
copyleft = "warn"
allow-osi-fsf-free = "either"
confidence-threshold = 0.8
[bans]
multiple-versions = "deny"
highlight = "all"
skip-tree = [
# currently duplicated through header, reqwest, tower-http and cookie
# C.f. https://github.com/tokio-rs/axum/pull/1641
{ name = "base64" },
]
[sources]
unknown-registry = "warn"
unknown-git = "warn"
allow-git = []