SQLite Forum

Possible vulnerabilities from December 2019
Login
After you open the database connection issue the command:

`pragma trusted_schema=0;`

to specify that you do not trust the database.