ad-si / TaskLite

The CLI task manager for power users
https://tasklite.org
GNU Affero General Public License v3.0
218 stars 12 forks source link

[question] sql injection protection #45

Open ngortheone opened 3 years ago

ngortheone commented 3 years ago

Hey @ad-si The query command gives user the ability write a part of the sql query, everything after select * from tasks where ...

What would happen if I do tl query '; drop database;'?