mstenta / atmospi

Atmospheric monitoring app for logging and graphing temperatures and humidities over time using a Raspberry Pi and DS18B20, DHT11, DHT22, and AM2302 sensor(s).
31 stars 9 forks source link

SQL injection!!! #4

Closed mstenta closed 9 years ago

mstenta commented 10 years ago

SQL input is not being sanitized! So don't run this on a network you don't trust!

I'll fix this eventually... it's really easy. Patches welcome. :-)

mstenta commented 9 years ago

Oh... looks like it actually IS preventing SQL injection already! Score! :-)

If anyone things otherwise, please reopen and explain! I am no expert on Python + SQLite3 security.