forked from microclaw/microclaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeny.toml
More file actions
35 lines (32 loc) · 745 Bytes
/
deny.toml
File metadata and controls
35 lines (32 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[graph]
targets = []
all-features = true
[advisories]
version = 2
yanked = "deny"
# Temporary exception for the 2026-03-20 rustls-webpki advisory while the
# upstream rustls/tokio-tungstenite/serenity dependency chain catches up.
ignore = ["RUSTSEC-2026-0049"]
[bans]
# The current graph includes several unavoidable duplicate transitive versions
# across Matrix, Telegram, and OTLP stacks; keep bans focused on actual risks.
multiple-versions = "allow"
wildcards = "deny"
deny = []
skip = []
skip-tree = []
[licenses]
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CDLA-Permissive-2.0",
"ISC",
"MPL-2.0",
"Unicode-3.0",
"Zlib",
]
confidence-threshold = 0.8