Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 529eec5

Browse files
committed
add deny.toml
1 parent f0b603f commit 529eec5

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

deny.toml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[advisories]
2+
ignore = [
3+
"RUSTSEC-2024-0370",
4+
"RUSTSEC-2024-0384",
5+
"RUSTSEC-2024-0436",
6+
"RUSTSEC-2023-0089",
7+
]
8+
9+
[bans]
10+
deny = [
11+
"aws-lc",
12+
"aws-lc-rs",
13+
"aws-lc-sys",
14+
"native-tls",
15+
"openssl",
16+
]
17+
multiple-versions = "allow"
18+
19+
[licenses]
20+
allow = [
21+
"Apache-2.0",
22+
"Apache-2.0 WITH LLVM-exception",
23+
"BSD-2-Clause",
24+
"BSD-3-Clause",
25+
"BSL-1.0",
26+
"ISC",
27+
"MIT",
28+
"Zlib",
29+
"MPL-2.0",
30+
"Unicode-3.0",
31+
"Unlicense",
32+
]
33+
34+
[[licenses.clarify]]
35+
expression = "MIT AND ISC AND OpenSSL"
36+
name = "ring"
37+
38+
[[licenses.clarify.license-files]]
39+
hash = 3171872035
40+
path = "LICENSE"
41+
42+
[sources]
43+
allow-git = []

0 commit comments

Comments
 (0)