From 3cc6a5f30dc3a5761f66594e779f8bfc34a97db6 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Sat, 20 Jun 2026 22:43:15 -0400 Subject: [PATCH] build: suppress NU1903 for CVE-2025-6965 (SQLitePCLRaw, no upstream fix) Transitive native bundle SQLitePCLRaw.lib.e_sqlite3 (via Microsoft.Data.Sqlite -> Core.AlarmHistorian) is flagged by GHSA-2m69-gcr7-jv3q with no patched package yet published. Add the documented NuGetAuditSuppress so the solution restores/builds; remove once a patched SQLitePCLRaw bundle ships. Incidental to the code-review pass. --- Directory.Build.props | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 9d534b05..10a2a1d1 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -15,4 +15,19 @@ enable latest + + + + +