dssg / hitchhikers-guide

The Hitchhiker's Guide to Data Science for Social Good
986 stars 279 forks source link

Change the Python and SQL process to discourage SQL injection #187

Open jdcc opened 2 years ago

jdcc commented 2 years ago

The training in sources/curriculum/software/python_sql.md doesn't say anything about potential SQL injection issues, and is training folks to write potentially unsafe code. There should at least be a mention of SQL injection attacks, or the training should be rewritten to use bound parameters.