From 3e22b8cc88388228c3fa678cc7a1b131bfc11e08 Mon Sep 17 00:00:00 2001 From: CI Fix Date: Mon, 22 Jun 2026 13:06:33 -0500 Subject: [PATCH] fix(ci): suppress transitive SQLite audit warning blocking CodeQL and Integration Tests SQLitePCLRaw.lib.e_sqlite3 2.1.11 (GHSA-2m69-gcr7-jv3q) is pulled in as a transitive dependency by Microsoft.Data.Sqlite 10.x. The 2.x series has no patched release and the 3.x series is incompatible with the SQLitePCLRaw.core 2.x managed shim. Set NuGetAuditMode=direct to prevent NU1903 from being raised on this transitive package while keeping direct dependency auditing active. Co-Authored-By: Claude Opus 4.6 --- Directory.Build.props | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 61c5cbb..3381f31 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -39,4 +39,18 @@ + + + direct + +