From 43c08ecc3ecd1f6404081b08cd076880fd2e81ca Mon Sep 17 00:00:00 2001 From: kalvinparker <106995826+kalvinparker@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:22:38 +0000 Subject: [PATCH] chore(audit): add timeboxed allowlist for Apache-2.0 WITH LLVM-exception to unblock CI --- deny.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deny.toml b/deny.toml index c9c96eb2..86f0ac22 100644 --- a/deny.toml +++ b/deny.toml @@ -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 = []