Could you please provide the SQLite version used for the latest release? #68
Replies: 2 comments
-
|
Hey Sudheer, The SQLite used in AppRefiner is reporting SQLite version Obtained by running this: I just did an update to the library (we use Microsoft.Data.SQLite) and even on the most recent version of it the SQLite version is While this isn't 3.50.2 or higher, taking a look at SQLite CVEs, 3.49.1 is enough to account for all of them except:
AppRefiner's usage of SQLite does not allow for user controlled SQL statements to be executed so I do not think this CVE is applicable. I will go ahead and update to the latest which uses 3.49.1 and I will keep an eye out for newer updates to this library and update it when one is available. |
Beta Was this translation helpful? Give feedback.
-
|
It looks like if I manually install the latest SourceGear.sqlite library, then we get to SQLite version 3.50.4! I'll go ahead with this for the next release (which I'm targeting for the end of this week). The AppRefiner will be using 3.50.4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, We are on OCI and I have older version of AppRefiner (AppRefiner-2025-10-08) and Oracle Security has asked me to either remove the SQLite or upgrade to SQLite 3.50.2 or later due to security concerns. I removed it, but want to check to see what is the SQLite version used on latest release (AppRefiner 1.1.0)? Thank you!!
Regards
Sudheer
Beta Was this translation helpful? Give feedback.
All reactions