You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no new version of SQLitePCLRaw.lib.e_sqlite3 available since its an obsolete package, so there's currently no way to upgrade out of this issue. The simplest fix is to remove the package and assorted methods that have already been obsoleted for more than a year.
In the next few days, I will do the same for the SQLitePCLRaw.lib.e_sqlite3 package. Going forward, I will post updates, free of cost and publicly on nuget.org, promptly after each SQLite release.
The SQLitePCLRaw.lib.e_sqlite3 package on nuget.org has now also been updated to SQLite 3.53.3:
This version of SQLite addresses all known vulnerabilities. Updating to this version of the package should be straightforward. I will be monitoring the discussion here and issues in my own repo for any issues so that I can address them right away.
That's fair, however given that these methods are marked obsolete and this design forces you to have a non optional reference for an optional storage, that stays in your output during publish of non trivial size, i'd still vote for removal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nuget reports a security vulnerability for
SQLitePCLRaw.lib.e_sqlite3which is included through the following dependency chain:There's no new version of
SQLitePCLRaw.lib.e_sqlite3available since its an obsolete package, so there's currently no way to upgrade out of this issue. The simplest fix is to remove the package and assorted methods that have already been obsoleted for more than a year.