Sql injection using parameterized query

12345678
Across
  1. 4. Python library that supports parameterized queries with SQLite
  2. 6. A type of input that attackers exploit in SQL injection
  3. 7. A type of database attack that modifies queries maliciously
  4. 8. Placeholder used in SQL statements for values
Down
  1. 1. A popular relational database management system
  2. 2. In parameterized queries, variables are passed as these (singular)
  3. 3. A term for sending unsafe user input directly into SQL statements
  4. 5. Best practice to protect against SQL injection