chore(audit): temporarily allow MPL-2.0 and CDLA-Permissive-2.0 to unblock CI; timebox and track remediation

This commit is contained in:
kalvinparker 2025-11-10 21:48:04 +00:00
parent b0ee507743
commit 3acda59afd

View File

@ -18,5 +18,9 @@ allow = [
"ISC",
"0BSD",
"Zlib",
# Temporary additions to unblock CI while we pursue upgrades/replacements
# These MUST be timeboxed and reviewed per PR checklist
"MPL-2.0",
"CDLA-Permissive-2.0",
]
exceptions = []