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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly