From ab405349868af5f043f660597ae17fdd4bb7a474 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Fri, 19 Jun 2026 04:52:42 -0400 Subject: [PATCH] build(deps): targeted NuGetAuditSuppress for SQLitePCLRaw advisory GHSA-2m69-gcr7-jv3q (#292) The high-sev advisory is on transitive native SQLitePCLRaw.lib.e_sqlite3 2.1.11 (via Microsoft.Data.Sqlite/EFCore.Sqlite). Microsoft.Data.Sqlite.Core 10.0.9 (latest 10.0.x) still references SQLitePCLRaw.core 2.1.11, so a supported-line bump doesn't clear it; the only patched lib is the SQLitePCLRaw 3.x line, which is an unsupported/risky forced override under a Data.Sqlite built for 2.1.x. Suppress ONLY this advisory (auditing stays on for everything else) so the full solution AND the docker in-container restore build cleanly without the blanket /p:NuGetAudit=false. No version/code change; runtime byte-identical. Revisit when MS ships a 10.0.x referencing a patched bundle. --- Directory.Packages.props | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index fba48c18..b7e8dd73 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -88,4 +88,27 @@ + + + + +