Skip to content

Commit 2a33b76

Browse files
committed
chore: update deny.toml
1 parent 0252b9b commit 2a33b76

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

deny.toml

Lines changed: 6 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,21 @@ allow = [
2421
"BSD-3-Clause",
2522
"ISC",
2623
"Unicode-DFS-2016",
24+
"Unicode-3.0",
2725
"Unlicense",
2826
"MPL-2.0",
27+
"Zlib",
2928
# https://github.com/briansmith/ring/issues/902
3029
"LicenseRef-ring",
3130
# https://github.com/briansmith/webpki/issues/148
3231
"LicenseRef-webpki",
33-
"BSL-1.0",
34-
"Unicode-3.0",
35-
"Zlib",
3632
]
3733

3834
exceptions = [
3935
# CC0 is a permissive license but somewhat unclear status for source code
4036
# so we prefer to not have dependencies using it
4137
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
4238
{ allow = ["CC0-1.0"], name = "tiny-keccak" },
43-
{ allow = ["CC0-1.0"], name = "constant_time_eq" },
4439
]
4540

4641
[[licenses.clarify]]
@@ -56,6 +51,4 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
5651
[sources]
5752
unknown-registry = "deny"
5853
unknown-git = "deny"
59-
allow-git = [
60-
"https://github.com/alloy-rs/alloy"
61-
]
54+
allow-git = ["https://github.com/alloy-rs/alloy"]

0 commit comments

Comments
 (0)