htilt / strabo

Interactive mapping site with database
1 stars 3 forks source link

Ensure safety against SQL injection #7

Open htilt opened 9 years ago

htilt commented 9 years ago

Currently, some of the functions making SQL queries use string substitution or .format(). These functions require a security review and should either a) be altered so that they receive all of their variable values from the server (which in turn receives safe values) or b) be altered so as to eliminate insecure variable substitutions. Of particular concern are the functions called in views/public.py.