File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 11[advisories ]
2- vulnerability = " deny"
3- unmaintained = " warn"
4- unsound = " warn"
2+ version = 2
53yanked = " warn"
6- notice = " warn "
4+ ignore = []
75
86[bans ]
97multiple-versions = " warn"
10- wildcards = " allow "
8+ wildcards = " deny "
119highlight = " all"
1210
1311[licenses ]
14- unlicensed = " deny"
1512confidence-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
3835exceptions = [
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 ]
5753unknown-registry = " deny"
5854unknown-git = " deny"
59- allow-git = [
60- " https://github.com/alloy-rs/alloy"
61- ]
55+ allow-git = [" https://github.com/alloy-rs/alloy" ]
You can’t perform that action at this time.
0 commit comments