mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-01-27 02:25:47 +01:00
chore(audit): add timeboxed allowlist for Apache-2.0 WITH LLVM-exception to unblock CI
This commit is contained in:
parent
101d9aefa3
commit
43c08ecc3e
1 changed files with 3 additions and 0 deletions
|
|
@ -22,5 +22,8 @@ allow = [
|
|||
# These MUST be timeboxed and reviewed per PR checklist
|
||||
"MPL-2.0",
|
||||
"CDLA-Permissive-2.0",
|
||||
# Per-issue temporary exception added 2025-11-12 to unblock CI for remaining ar_archive_writer
|
||||
# Timebox: remove no later than 2026-02-10 (90 days)
|
||||
"Apache-2.0 WITH LLVM-exception",
|
||||
]
|
||||
exceptions = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue