fix(deps): clear CVE-2025-6965 — pin SQLitePCLRaw bundle to 2.1.12, drop audit suppression #460
Reference in New Issue
Block a user
Delete Branch "fix/458-sqlitepclraw-cve-unsuppress"
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?
Resolves #458. The patched native bundle shipped (
SQLitePCLRaw.bundle_e_sqlite32.1.12, first version outside the<= 2.1.11advisory range, embedding SQLite 3.50.2+). BumpsMicrosoft.Data.Sqlite9.0.0→10.0.7, adds a surgical direct pin of the native bundle inCore.AlarmHistorian, and removes theNuGetAuditSuppress. Verified: clean restore/build with audit active, all in-solution projects resolvelib.e_sqlite32.1.12, AlarmHistorian tests 29/29 green.Closes #458