fix: allow NCSA license for libfuzzer-sys in cargo-deny

This commit is contained in:
2026-03-18 09:27:30 +00:00
parent 659e7730de
commit 6b4d627fa2

View File

@@ -25,6 +25,7 @@ allow = [
"Zlib",
"CDLA-Permissive-2.0", # webpki-roots (CA certificates bundle)
"MPL-2.0",
"NCSA", # libfuzzer-sys (LLVM fuzzer)
]
[bans]