-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeny.toml
36 lines (32 loc) · 795 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
[licenses]
allow = [
# permissive licenses
"0BSD",
"Apache-2.0",
"BSD-2-Clause",
"BSL-1.0",
"BSD-3-Clause",
"ISC",
"MIT",
"Unlicense",
"Unicode-3.0",
"Zlib",
# permissive license with unclear patent grant
"CC0-1.0",
# weak/limited copyleft licenses
"MPL-2.0",
]
# Clearify licence: https://github.com/briansmith/ring/issues/902
# Plan to remove OpenSSL: https://github.com/briansmith/ring/issues/1827
[[licenses.clarify]]
expression = "ISC AND MIT AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
name = "ring"
[bans]
multiple-versions = "allow"
[sources]
allow-git = [
"https://github.com/paradigmxyz/reth",
"https://github.com/alloy-rs/evm",
"https://github.com/bluealloy/revm",
"https://github.com/paradigmxyz/revm-inspectors"]