Skip to content

Commit 82293c6

Browse files
Update denylist
1 parent b9bf3d5 commit 82293c6

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

deny.toml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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
5549
allow = [
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

6658
exceptions = [
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"] },

0 commit comments

Comments
 (0)