Skip to content

Commit e3ad24e

Browse files
committed
Fix for CVE-2025-6965: update SQLite
This will also allow us to build Emulsion again (since we have warnings-as-errors, including the security warnings in transitive dependencies).
1 parent 773d868 commit e3ad24e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Emulsion.Database/Emulsion.Database.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SPDX-License-Identifier: MIT
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
</PackageReference>
2828
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.9" />
29+
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
2930
</ItemGroup>
3031

3132
</Project>

0 commit comments

Comments
 (0)