forked from bpowers/simlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeny.toml
38 lines (35 loc) · 735 Bytes
/
deny.toml
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
[advisories]
vulnerability = "deny"
unmaintained = "deny"
yanked = "deny"
notice = "deny"
ignore = []
[licenses]
unlicensed = "deny"
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"CC0-1.0",
"MIT",
"Unicode-DFS-2016",
]
copyleft = "deny"
allow-osi-fsf-free = "neither"
default = "deny"
confidence-threshold = 0.9
[bans]
multiple-versions = "warn"
wildcards = "deny"
highlight = "all"
skip = [
{ name = "bitflags", version = "1.3.2" },
{ name = "syn", version = "1.0.109" },
{ name = "redox_syscall", version = "0.2.16" },
]
[sources]
unknown-registry = "deny"
unknown-git = "deny"
allow-git = [
# "https://github.com/bpowers/lalrpop",
"https://github.com/bpowers/test-generator",
]