Files
noq/deny.toml
T
2025-04-10 12:36:01 +02:00

31 lines
502 B
TOML

[licenses]
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"MIT",
"MPL-2.0",
"NCSA",
"OpenSSL",
"Unicode-3.0",
"Unicode-DFS-2016",
]
private = { ignore = true }
[[licenses.clarify]]
name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
[advisories]
ignore = [
# `paste` is unmaintained
"RUSTSEC-2024-0436",
]
[sources]
allow-git = [
"https://github.com/n0-computer/rustls"
]