-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeny.toml
48 lines (43 loc) · 1.5 KB
/
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
39
40
41
42
43
44
45
46
47
48
[graph]
targets = [
{ triple = "x86_64-unknown-linux-gnu" },
{ triple = "aarch64-unknown-linux-gnu" },
{ triple = "x86_64-unknown-linux-musl" },
{ triple = "aarch64-apple-darwin" },
{ triple = "x86_64-apple-darwin" },
]
all-features = true
[licenses]
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"CC0-1.0",
"ISC",
"MIT",
# While MPL-2.0 is strictly a copyleft license, it is not 'viral'. The license only requires that modifications be
# licensed under the MPL. New files, which are part of a larger work are not considered as modifications, unlike
# (for example) the GPL. See Q1 and Q11 from the FAQ: https://www.mozilla.org/en-US/MPL/2.0/FAQ/.
"MPL-2.0",
"OpenSSL",
"Unicode-DFS-2016",
"Unicode-3.0",
"Unlicense",
"Zlib",
]
# See https://github.com/briansmith/ring/issues/1487#issuecomment-1102733762.
[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
{ path = "LICENSE", hash = 0xbd0eed23 }
]
[sources.allow-org]
github = [ "zilliqa" ]
[advisories]
ignore = [
{ id = "RUSTSEC-2024-0379", reason = "no upgrade to [email protected] is yet available (https://github.com/boa-dev/boa/issues/4033)" },
{ id = "RUSTSEC-2024-0384", reason = "no upgrade to [email protected] is yet available (https://github.com/boa-dev/boa/issues/4035)" },
{ id = "RUSTSEC-2024-0388", reason = "no upgrade to [email protected] is yet available" },
]