-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathdeny.toml
More file actions
35 lines (31 loc) · 615 Bytes
/
deny.toml
File metadata and controls
35 lines (31 loc) · 615 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]
all-features = true
[licenses]
allow = [
"MIT",
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"ISC",
"Unlicense",
"Zlib",
"0BSD",
"BSL-1.0",
"CC0-1.0",
"MPL-2.0",
"Unicode-3.0",
"CDLA-Permissive-2.0",
]
[bans]
multiple-versions = "allow"
wildcards = "deny"
[advisories]
ignore = [
# rsa: Marvin Attack timing sidechannel - no safe upgrade available yet
"RUSTSEC-2023-0071",
# protobuf: stack overflow - locked by prometheus v0.13 depending on protobuf v2
"RUSTSEC-2024-0437",
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"