2026-03-09 15:15:25 -04:00
|
|
|
[advisories]
|
|
|
|
|
ignore = [
|
|
|
|
|
# instant 0.1.13 — unmaintained crate. Transitive dep: nostr → instant.
|
|
|
|
|
# Will be resolved when nostr crate updates its dependencies.
|
|
|
|
|
{ id = "RUSTSEC-2024-0384", reason = "transitive dep via nostr; no upstream fix available" },
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[licenses]
|
|
|
|
|
allow = [
|
|
|
|
|
"MIT",
|
|
|
|
|
"Apache-2.0",
|
|
|
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
|
|
|
"BSD-2-Clause",
|
|
|
|
|
"BSD-3-Clause",
|
|
|
|
|
"ISC",
|
|
|
|
|
"Unicode-3.0",
|
|
|
|
|
"Unicode-DFS-2016",
|
|
|
|
|
"Zlib",
|
|
|
|
|
"OpenSSL",
|
|
|
|
|
"CC0-1.0",
|
|
|
|
|
"CDLA-Permissive-2.0",
|
|
|
|
|
"MITNFA",
|
2026-03-15 15:17:10 -04:00
|
|
|
"MPL-2.0",
|
2026-05-21 17:55:44 -04:00
|
|
|
"BSL-1.0",
|
2026-03-09 15:15:25 -04:00
|
|
|
]
|
|
|
|
|
confidence-threshold = 0.8
|
|
|
|
|
|
|
|
|
|
[licenses.private]
|
|
|
|
|
ignore = true
|
|
|
|
|
|
|
|
|
|
[bans]
|
|
|
|
|
multiple-versions = "warn"
|
|
|
|
|
wildcards = "allow"
|