instant-acme/deny.toml

12 lines
260 B
TOML
Raw Permalink Normal View History

2022-05-12 08:19:26 +00:00
[licenses]
2024-06-24 09:39:06 +00:00
version = 2
allow = ["Apache-2.0", "BSD-3-Clause", "ISC", "MIT", "OpenSSL", "Unicode-DFS-2016"]
2022-05-12 08:19:26 +00:00
[[licenses.clarify]]
name = "ring"
version = "*"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]