Glossary
SQL Injection
An attack technique that injects malicious SQL code into an application's queries. SQL injection can allow reading, modifying, or deleting data, or even taking control of the server. It is historically the #1 vulnerability in the OWASP ranking.