Skip to content

Commit 62e92e8

Browse files
author
FreeSynergy
committed
fix(ci): add Unicode-3.0, CDLA-Permissive-2.0, BSL-1.0 to license allow list; add private.ignore
1 parent 970aeeb commit 62e92e8

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

deny.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[graph]
2-
# Only check production dependencies by default
32
targets = []
4-
exclude-dev = false
53

64
[advisories]
7-
# Deny crates with known security vulnerabilities
85
version = 2
96
yanked = "deny"
107
ignore = [
@@ -15,6 +12,7 @@ ignore = [
1512

1613
[licenses]
1714
version = 2
15+
private.ignore = true
1816
allow = [
1917
"MIT",
2018
"Apache-2.0",
@@ -23,21 +21,21 @@ allow = [
2321
"ISC",
2422
"BSD-2-Clause",
2523
"BSD-3-Clause",
24+
"BSL-1.0",
2625
"CC0-1.0",
26+
"CDLA-Permissive-2.0",
2727
"Unicode-DFS-2016",
28+
"Unicode-3.0",
2829
"OpenSSL",
2930
"Zlib",
3031
]
31-
# Ring has a non-standard license — allow it explicitly
3232
exceptions = [
3333
{ allow = ["ISC", "MIT", "OpenSSL"], name = "ring" },
3434
]
3535

3636
[bans]
37-
# No duplicate versions (allow minor differences)
3837
multiple-versions = "warn"
3938
wildcards = "allow"
40-
deny = []
4139

4240
[sources]
4341
unknown-registry = "deny"

0 commit comments

Comments
 (0)