Skip to content

Commit 9fe1515

Browse files
fix: suppress NU1903 for GHSA-2m69-gcr7-jv3q (SQLitePCLRaw 2.1.11)
SQLitePCLRaw.lib.e_sqlite3 2.1.11 is both the latest available release and the vulnerable one - no patched version exists on NuGet yet. The vulnerability is in the bundled native SQLite binary and comes in as a transitive dependency via Microsoft.Data.Sqlite. Added NuGetAuditSuppress scoped to the exact advisory URL so all other high-severity advisories still surface. Remove suppression once a fixed version ships upstream. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e78d6a4 commit 9fe1515

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

EntityFrameworkCore.Sqlite.Concurrency/EFCore.Sqlite.Concurrency.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ NO BREAKING CHANGES — all existing call sites compile and behave correctly wit
120120
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.300" PrivateAssets="All" />
121121
</ItemGroup>
122122

123+
<!-- Suppress GHSA-2m69-gcr7-jv3q: SQLitePCLRaw.lib.e_sqlite3 2.1.11 is the latest
124+
available version; no patched release exists yet on NuGet. Remove this suppression
125+
once a fixed version ships and update the SQLitePCLRaw transitive references. -->
126+
<ItemGroup>
127+
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-2m69-gcr7-jv3q" />
128+
</ItemGroup>
129+
123130
<!-- Optional Dependencies (Conditional) -->
124131
<ItemGroup>
125132
<PackageReference Include="MemoryPack" Version="2.0.0" Condition="'$(IncludeMemoryPack)' == 'true'" />

0 commit comments

Comments
 (0)