Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/TodoApp.Infrastructure/TodoApp.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<!-- Security override: pin the patched native SQLite (CVE-2025-6965 / NU1903).
Overrides the vulnerable transitive SQLitePCLRaw.lib.e_sqlite3 pulled in by
Microsoft.Data.Sqlite. Remove once Microsoft.Data.Sqlite ships a fixed dependency. -->
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.53.3" />
</ItemGroup>

<!-- DDL scripts loaded by SchemaInitializer at runtime. -->
Expand Down
6 changes: 3 additions & 3 deletions src/TodoApp.Infrastructure/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
"SQLitePCLRaw.lib.e_sqlite3": {
"type": "Direct",
"requested": "[3.50.3, )",
"resolved": "3.50.3",
"contentHash": "tVyhqQ8wxgedWiiPFChyZhE8I3PkOM/AE1azsj1qsdYUws13ONBFyi3aDxju4tD2kzedB2q5+50WrTyY0h2gMQ=="
"requested": "[3.53.3, )",
"resolved": "3.53.3",
"contentHash": "ZXiSbBkrlw2Of/dBqny/qtQol7dlThrUD8zH/jkQicCFm2yn2BbhKsQW0+YHAzhANWz4ZJCz7gvo88BwluVhkA=="
},
"System.IdentityModel.Tokens.Jwt": {
"type": "Direct",
Expand Down
6 changes: 3 additions & 3 deletions src/TodoApp.WebApi/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@
},
"SQLitePCLRaw.lib.e_sqlite3": {
"type": "Transitive",
"resolved": "3.50.3",
"contentHash": "tVyhqQ8wxgedWiiPFChyZhE8I3PkOM/AE1azsj1qsdYUws13ONBFyi3aDxju4tD2kzedB2q5+50WrTyY0h2gMQ=="
"resolved": "3.53.3",
"contentHash": "ZXiSbBkrlw2Of/dBqny/qtQol7dlThrUD8zH/jkQicCFm2yn2BbhKsQW0+YHAzhANWz4ZJCz7gvo88BwluVhkA=="
},
"SQLitePCLRaw.provider.e_sqlite3": {
"type": "Transitive",
Expand Down Expand Up @@ -388,7 +388,7 @@
"Google.Apis.Auth": "[1.75.0, )",
"Microsoft.Data.SqlClient": "[6.1.6, )",
"Microsoft.Data.Sqlite": "[10.0.10, )",
"SQLitePCLRaw.lib.e_sqlite3": "[3.50.3, )",
"SQLitePCLRaw.lib.e_sqlite3": "[3.53.3, )",
"System.IdentityModel.Tokens.Jwt": "[8.19.2, )",
"TodoApp.Application": "[1.0.0, )",
"TodoApp.Domain": "[1.0.0, )"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- SQLite for the in-memory integration test database (schema built by SchemaInitializer). -->
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.10" />
<!-- Security override: patched native SQLite (CVE-2025-6965 / NU1903). See Infrastructure.csproj. -->
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.53.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions tests/TodoApp.IntegrationTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
},
"SQLitePCLRaw.lib.e_sqlite3": {
"type": "Direct",
"requested": "[3.50.3, )",
"resolved": "3.50.3",
"contentHash": "tVyhqQ8wxgedWiiPFChyZhE8I3PkOM/AE1azsj1qsdYUws13ONBFyi3aDxju4tD2kzedB2q5+50WrTyY0h2gMQ=="
"requested": "[3.53.3, )",
"resolved": "3.53.3",
"contentHash": "ZXiSbBkrlw2Of/dBqny/qtQol7dlThrUD8zH/jkQicCFm2yn2BbhKsQW0+YHAzhANWz4ZJCz7gvo88BwluVhkA=="
},
"xunit": {
"type": "Direct",
Expand Down Expand Up @@ -816,7 +816,7 @@
"Google.Apis.Auth": "[1.75.0, )",
"Microsoft.Data.SqlClient": "[6.1.6, )",
"Microsoft.Data.Sqlite": "[10.0.10, )",
"SQLitePCLRaw.lib.e_sqlite3": "[3.50.3, )",
"SQLitePCLRaw.lib.e_sqlite3": "[3.53.3, )",
"System.IdentityModel.Tokens.Jwt": "[8.19.2, )",
"TodoApp.Application": "[1.0.0, )",
"TodoApp.Domain": "[1.0.0, )"
Expand Down
2 changes: 1 addition & 1 deletion tests/TodoApp.UnitTests/TodoApp.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Dapper" Version="2.1.79" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="10.0.10" />
<!-- Security override: patched native SQLite (CVE-2025-6965 / NU1903). See Infrastructure.csproj. -->
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.50.3" />
<PackageReference Include="SQLitePCLRaw.lib.e_sqlite3" Version="3.53.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions tests/TodoApp.UnitTests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
},
"SQLitePCLRaw.lib.e_sqlite3": {
"type": "Direct",
"requested": "[3.50.3, )",
"resolved": "3.50.3",
"contentHash": "tVyhqQ8wxgedWiiPFChyZhE8I3PkOM/AE1azsj1qsdYUws13ONBFyi3aDxju4tD2kzedB2q5+50WrTyY0h2gMQ=="
"requested": "[3.53.3, )",
"resolved": "3.53.3",
"contentHash": "ZXiSbBkrlw2Of/dBqny/qtQol7dlThrUD8zH/jkQicCFm2yn2BbhKsQW0+YHAzhANWz4ZJCz7gvo88BwluVhkA=="
},
"xunit": {
"type": "Direct",
Expand Down Expand Up @@ -472,7 +472,7 @@
"Google.Apis.Auth": "[1.75.0, )",
"Microsoft.Data.SqlClient": "[6.1.6, )",
"Microsoft.Data.Sqlite": "[10.0.10, )",
"SQLitePCLRaw.lib.e_sqlite3": "[3.50.3, )",
"SQLitePCLRaw.lib.e_sqlite3": "[3.53.3, )",
"System.IdentityModel.Tokens.Jwt": "[8.19.2, )",
"TodoApp.Application": "[1.0.0, )",
"TodoApp.Domain": "[1.0.0, )"
Expand Down