Skoolin / TAKexplorer

A tak opening DB generator and explorer
GNU Affero General Public License v3.0
4 stars 0 forks source link

Fix SQL Injection vulnerability and update Readme #2

Closed nitzel closed 1 year ago

nitzel commented 1 year ago

Fix SQL Injection vulnerability

Done by passing the arguments to the SQL queries instead of using string interpolation without escaping them

Update Readme

Updated instructions on how to run and where to find API details