This is not a high priority issue, but earlier versions of the SQLitePCLRaw.lib.e_sqlite3.v110_xp used to have DLL version information (maybe since it wasn't compiled here).
Now the e_sqlite3.dll doesn't have any of the properties that the official sqlite3.dll contains.

Some of our internal security processes don't like the fact that it's an SQLite DLL without version information so it gets flagged. I think this is only relevant for the windows version since ELF doesn't contain version info.
This is not a high priority issue, but earlier versions of the
SQLitePCLRaw.lib.e_sqlite3.v110_xpused to have DLL version information (maybe since it wasn't compiled here).Now the
e_sqlite3.dlldoesn't have any of the properties that the officialsqlite3.dllcontains.Some of our internal security processes don't like the fact that it's an SQLite DLL without version information so it gets flagged. I think this is only relevant for the windows version since ELF doesn't contain version info.