mirror of
https://github.com/github/codeql.git
synced 2026-01-24 20:02:58 +01:00
This is vulnerable to SQL injection because of the quotes around %s -- added some code that highlights this in test.py Since our examples did this in the safe query, I ended up rewriting them completely, causing a lot of trouble for myself :D