alterakey / trueseeing

Non-decompiling Android app vulnerability scanner (DC25 demo lab, CB17)
GNU General Public License v3.0
60 stars 14 forks source link

Deprecate use of query on direct connections #447

Closed alterakey closed 8 months ago

alterakey commented 9 months ago

The query classes are meant for use with well-prepared schemas, so it might make sense to deprecate their use on direct sqlite3 connections (i.e. Query(c=..)).