Skip to content

Commit 022d182

Browse files
authored
chore: update deny.toml (#71)
1 parent 0252b9b commit 022d182

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

deny.toml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
[advisories]
2-
vulnerability = "deny"
3-
unmaintained = "warn"
4-
unsound = "warn"
2+
version = 2
53
yanked = "warn"
6-
notice = "warn"
4+
ignore = []
75

86
[bans]
97
multiple-versions = "warn"
10-
wildcards = "allow"
8+
wildcards = "deny"
119
highlight = "all"
1210

1311
[licenses]
14-
unlicensed = "deny"
1512
confidence-threshold = 0.9
1613
# copyleft = "deny"
1714

@@ -24,23 +21,22 @@ allow = [
2421
"BSD-3-Clause",
2522
"ISC",
2623
"Unicode-DFS-2016",
24+
"Unicode-3.0",
2725
"Unlicense",
2826
"MPL-2.0",
27+
"Zlib",
28+
"BSL-1.0",
2929
# https://github.com/briansmith/ring/issues/902
3030
"LicenseRef-ring",
3131
# https://github.com/briansmith/webpki/issues/148
3232
"LicenseRef-webpki",
33-
"BSL-1.0",
34-
"Unicode-3.0",
35-
"Zlib",
3633
]
3734

3835
exceptions = [
3936
# CC0 is a permissive license but somewhat unclear status for source code
4037
# so we prefer to not have dependencies using it
4138
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
4239
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
43-
{ allow = ["CC0-1.0"], name = "constant_time_eq" },
4440
]
4541

4642
[[licenses.clarify]]
@@ -56,6 +52,4 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
5652
[sources]
5753
unknown-registry = "deny"
5854
unknown-git = "deny"
59-
allow-git = [
60-
"https://github.com/alloy-rs/alloy"
61-
]
55+
allow-git = []

0 commit comments

Comments
 (0)