-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathdeny.toml
More file actions
42 lines (37 loc) · 848 Bytes
/
Copy pathdeny.toml
File metadata and controls
42 lines (37 loc) · 848 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
38
39
40
41
42
[graph]
targets = []
[advisories]
ignore = [
"RUSTSEC-2021-0139", # ansi_term is unmaintained
"RUSTSEC-2025-0141", # atty potential unaligned read
"RUSTSEC-2020-0095", # difference is unmaintained
"RUSTSEC-2026-0190", # anyhow downcast_mut is unsound
"RUSTSEC-2026-0204" # crossbeam-epoch pointer formatting can dereference invalid pointers
]
[licenses]
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"MIT",
"MPL-2.0",
"BSD-3-Clause",
"BSD-2-Clause",
"Unicode-DFS-2016",
"BSL-1.0",
"Unicode-3.0"
]
confidence-threshold = 0.8
exceptions = []
[licenses.private]
ignore = false
registries = []
[bans]
multiple-versions = "allow"
wildcards = "allow"
highlight = "all"
allow = []
deny = []
skip = []
skip-tree = []
[sources]
allow-registry = ["https://github.com/rust-lang/crates.io-index"]