-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdeny.toml
More file actions
37 lines (34 loc) · 772 Bytes
/
Copy pathdeny.toml
File metadata and controls
37 lines (34 loc) · 772 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
36
37
[advisories]
ignore = [
# paste is a transitive dep from alloy-primitives
"RUSTSEC-2024-0436",
# ark-relations 0.5.1 enables tracing-subscriber 0.2 through its std
# feature, and commonware-cryptography 2026.5.0 currently depends on that
# arkworks line. Remove this once commonware can move to ark-relations >=0.6.
"RUSTSEC-2025-0055",
]
[licenses]
allow = [
"MIT",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unicode-3.0",
"Unlicense",
"Zlib",
"CC0-1.0",
"BSL-1.0",
]
confidence-threshold = 0.8
[bans]
multiple-versions = "allow"
wildcards = "allow"
skip = [
"getrandom",
"windows-link",
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"