File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,12 +39,6 @@ ignore = [
3939 " RUSTSEC-2026-0195" ,
4040 # This issue (via Azure) does not affect us.
4141 " RUSTSEC-2026-0174" ,
42- # ...further Azure issues.
43- " RUSTSEC-2026-0097" ,
44- " RUSTSEC-2026-0098" ,
45- " RUSTSEC-2026-0099" ,
46- " RUSTSEC-2026-0104" ,
47- " RUSTSEC-2026-0204" ,
4842]
4943
5044[licenses ]
@@ -55,20 +49,13 @@ confidence-threshold = 0.93
5549allow = [
5650 " Apache-2.0" ,
5751 " Apache-2.0 WITH LLVM-exception" ,
58- " CDLA-Permissive-2.0" ,
5952 " MIT" ,
60- " MPL-2.0" ,
6153 " BSD-3-Clause" ,
6254 " ISC" ,
6355 " Unicode-3.0" ,
6456]
6557
6658exceptions = [
67- # unicode-ident includes data generated from Unicode Character Database
68- # which is licensed under Unicode-DFS-2016.
69- # See https://github.com/dtolnay/unicode-ident/pull/4
70- { name = " unicode-ident" , allow = [" Unicode-DFS-2016" ] },
71- { name = " ring" , allow = [" OpenSSL" ] },
7259 { name = " foldhash" , allow = [" Zlib" ] },
7360 { name = " tiny-keccak" , allow = [" CC0-1.0" ] },
7461 { name = " webpki-roots" , allow = [" CDLA-Permissive-2.0" ] },
You can’t perform that action at this time.
0 commit comments