SQLite
Version 3.0.1
Fixed
applynow works against SQLite.UseSqliteSchema(...)registers aDbDataSource(alongside the existing introspection source) so the core’s SQL executor can open connections to run the migration.
Security
- Pin the bundled native SQLite library (
SQLitePCLRaw.lib.e_sqlite3) forward to the patched 3.50.3, resolving advisory GHSA-2m69-gcr7-jv3q. This replaces the priorNuGetAuditsuppression with an actual fix.