Remove NuGetAuditSuppress for CVE-2025-6965 once a patched SQLitePCLRaw bundle ships #458
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status: upstream-gated cleanup.
Directory.Build.propscarries a temporary<NuGetAuditSuppress>for CVE-2025-6965 / GHSA-2m69-gcr7-jv3q — the transitive nativeSQLitePCLRaw.lib.e_sqlite3bundle, which has no upstream fix yet. Restore/build not flagging it is expected while the suppression is in place.Acceptance:
SQLitePCLRawbundle ships, bump the dependency and remove the<NuGetAuditSuppress>entry fromDirectory.Build.props.dotnet restore/buildis clean without the suppression (audit no longer flags GHSA-2m69-gcr7-jv3q).