Skip to content

Commit 7d4aaea

Browse files
committed
fix: allow MPL-2.0, NCSA, CDLA-Permissive-2.0 licenses in deny.toml
Add licenses used by transitive dependencies: - MPL-2.0: cssparser, lightningcss, parcel_selectors, dtoa-short, option-ext - NCSA: libfuzzer-sys (via rav1e/ravif/image) - CDLA-Permissive-2.0: webpki-root-certs, webpki-roots Remove unused Unicode-DFS-2016 allowance that caused warning.
1 parent 94a4093 commit 7d4aaea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ allow = [
2525
"BSD-2-Clause",
2626
"BSD-3-Clause",
2727
"ISC",
28-
"Unicode-DFS-2016",
2928
"Unicode-3.0",
3029
"Zlib",
3130
"CC0-1.0",
3231
"0BSD",
3332
"Unlicense",
33+
"MPL-2.0",
34+
"NCSA",
35+
"CDLA-Permissive-2.0",
3436
]
3537
# Allow specific exceptions
3638
exceptions = []

0 commit comments

Comments
 (0)