Section 19: Findings and Remediations Flashcards
1
Q
Output Encoding
A
Output Encoding
▪ Output encoding mitigates against code injection and XSS attacks that
attempt to use input to run a script
2
Q
Parameterized Queries
A
Parameterized Queries
▪ A technique that defends against SQL injection and insecure object
references by incorporating placeholders in a SQL query
▪ Parameterized queries are a form of output encoding