FlashcardIntermediate
SQL Injection Attack and Defenses
Untrusted input concatenated into SQL lets attackers alter queries, bypassing auth or dumping data.
Question
What is SQL injection, and how do you defend against it?
Click to reveal answer
Untrusted input concatenated into SQL lets attackers alter queries, bypassing auth or dumping data.
What is SQL injection, and how do you defend against it?