Commit d5e31f5
fix(deps): pin SQLitePCLRaw.lib.e_sqlite3 to 3.50.3 (CVE-2025-6965) (#122)
The Sqlite-backed test projects pull SQLitePCLRaw.lib.e_sqlite3 2.1.11
transitively via Microsoft.Data.Sqlite. It bundles SQLite < 3.50.2 and is
flagged by GHSA-2m69-gcr7-jv3q (CVE-2025-6965); NuGetAudit raises NU1903,
failing the build under TreatWarningsAsErrors.
Pin the native binary to 3.50.3 (SQLite 3.50.3) in the four affected test
projects only; shipping libraries are untouched. core/provider stay on 2.x
(the sqlite3 C ABI is stable). Revert once Microsoft.Data.Sqlite ships a
bumped SQLitePCLRaw.
Co-authored-by: MarcelRoozekrans <claude@roozekrans.nl>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 0265035 commit d5e31f5
4 files changed
Lines changed: 16 additions & 0 deletions
File tree
- tests
- System.Data.Async.Adapters.Tests
- System.Data.Async.AotSmoke
- System.Data.Async.Benchmarks
- System.Data.Async.Validation.Tests
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
0 commit comments