-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathdeny.toml
More file actions
20 lines (18 loc) · 539 Bytes
/
deny.toml
File metadata and controls
20 lines (18 loc) · 539 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[advisories]
yanked = "deny"
ignore = [
# RUSTSEC-2026-0009: Vulnerability in time
# Not applicable - `instant-acme` only parses RFC-3339 dates from a trusted
# source (the ACME server). Updating `time` requires an MSRV bump.
"RUSTSEC-2026-0009"
]
[licenses]
version = 2
allow = ["Apache-2.0", "BSD-3-Clause", "CDLA-Permissive-2.0", "ISC", "MIT", "OpenSSL", "Unicode-3.0"]
[[licenses.clarify]]
name = "ring"
version = "*"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]