surfrock66 / torque

A set of tools used with the Torque app for Android to store OBD2 data in MySQL, view GPS data from Torque on a map in real time using the Google Maps JavaScript API, plot OBD2 data in time series charts, and export the data to CSV or JSON.
Other
43 stars 23 forks source link

Fixes SQL injections #8

Closed hufman closed 7 years ago

hufman commented 7 years ago

This change aims to make database access more consistent across the modules, and to ensure that the user-submitted query parameters are properly quoted in SQL queries.