From 5788c68d2a07a0694c0077047732396220bc257a Mon Sep 17 00:00:00 2001 From: Koen Date: Sun, 21 Jun 2026 18:58:58 +0000 Subject: [PATCH 1/2] fix: suppress advisory for SQLitePCLRaw.lib.e_sqlite3 due to CVE-2025-6965 --- Directory.Build.props | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Directory.Build.props b/Directory.Build.props index 60e55b96..e703e84d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,6 +11,14 @@ $(InterceptorsNamespaces);ExpressiveSharp.Generated.Interceptors + + + + + Koen Copyright (c) Koen 2025 From e803b289e8515d11c6af96c064589c4961cbb758 Mon Sep 17 00:00:00 2001 From: Koen Date: Sun, 21 Jun 2026 20:05:11 +0100 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- Directory.Build.props | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e703e84d..dbae29cc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,11 +11,11 @@ $(InterceptorsNamespaces);ExpressiveSharp.Generated.Interceptors - - + Suppress this single advisory in non-packable projects; all other NuGet auditing stays active. -->