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