SQL Injection

SQL injection is an attack where malicious SQL input is inserted into an application’s query flow.

Parameterized queries and strict input handling are key mitigations against this exploit class.

Related Terms

comments powered by Disqus