Which two prevention techniques are used to mitigate SQL injection attacks? (Choose two.)

Posted by: Pdfprep Category: 350-701 Tags: , ,

Which two prevention techniques are used to mitigate SQL injection attacks? (Choose two.)

A. Check integer, float, or Boolean string parameters to ensure accurate values.

B. Use prepared statements and parameterized queries.

C. Secure the connection between the web and the app tier.

D. Write SQL code instead of using object-relational mapping libraries.

E. Block SQL code execution in the web application database login.

Answer: AB

Explanation:

https://en.wikipediA.org/wiki/SQL_injection

Leave a Reply

Your email address will not be published.