← Cybersecurity Alphabet Soup

SQL

Structured Query Language

appseceasy

SQL is the standard language for querying and updating relational databases, where most of the world's structured data lives. Security people meet it two ways: defensively, because SQL injection (tricking an application into running attacker-supplied SQL) has been a top vulnerability class for two decades, and practically, because investigating almost any incident eventually means querying a database or a SQL-like log store.

Sources

More in appsec

Go deeper