oysh/deny.toml

29 lines
506 B
TOML
Raw Normal View History

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
notice = "deny"
unmaintained = "deny"
vulnerability = "deny"
yanked = "deny"
[licenses]
copyleft = "deny"
default = "deny"
unlicensed = "deny"
allow = [
"Apache-2.0",
"ISC",
"MIT",
]
[bans]
highlight = "all"
multiple-versions = "deny"
wildcards = "deny"
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = []