📦
This card is Archived
Old, inactive cards are automatically Archived when reaching a certain age or engagement.
Go Premium
to re-enable your cards
SQL Injection
{1} Input Validation
"An attacker provides the db/application with malformed data. It uses the data to build a
SQL statement using string concatenation. This allows the attacker to change the semantics of the SQL query [Howard]"
SELECT CustName FROM Customers
WHERE ID = 1; DELETE * customers
WHERE 1 = 1


Card Comments 0
No comments yet. Be the first to comment!