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 1
1
[advisories ]
2
- vulnerability = " deny"
3
- unmaintained = " warn"
4
- unsound = " warn"
2
+ version = 2
5
3
yanked = " warn"
6
- notice = " warn "
4
+ ignore = []
7
5
8
6
[bans ]
9
7
multiple-versions = " warn"
10
- wildcards = " allow "
8
+ wildcards = " deny "
11
9
highlight = " all"
12
10
13
11
[licenses ]
14
- unlicensed = " deny"
15
12
confidence-threshold = 0.9
16
13
# copyleft = "deny"
17
14
@@ -24,23 +21,22 @@ allow = [
24
21
" BSD-3-Clause" ,
25
22
" ISC" ,
26
23
" Unicode-DFS-2016" ,
24
+ " Unicode-3.0" ,
27
25
" Unlicense" ,
28
26
" MPL-2.0" ,
27
+ " Zlib" ,
28
+ " BSL-1.0" ,
29
29
# https://github.com/briansmith/ring/issues/902
30
30
" LicenseRef-ring" ,
31
31
# https://github.com/briansmith/webpki/issues/148
32
32
" LicenseRef-webpki" ,
33
- " BSL-1.0" ,
34
- " Unicode-3.0" ,
35
- " Zlib" ,
36
33
]
37
34
38
35
exceptions = [
39
36
# CC0 is a permissive license but somewhat unclear status for source code
40
37
# so we prefer to not have dependencies using it
41
38
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
42
39
{ allow = [" CC0-1.0" ], name = " tiny-keccak" },
43
- { allow = [" CC0-1.0" ], name = " constant_time_eq" },
44
40
]
45
41
46
42
[[licenses .clarify ]]
@@ -56,6 +52,4 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]
56
52
[sources ]
57
53
unknown-registry = " deny"
58
54
unknown-git = " deny"
59
- allow-git = [
60
- " https://github.com/alloy-rs/alloy"
61
- ]
55
+ allow-git = []
You can’t perform that action at this time.
0 commit comments