It is important to parameterize queries to prevent:

Posted by: Pdfprep Category: CS0-002 Tags: , ,

It is important to parameterize queries to prevent:
A . the execution of unauthorized actions against a database.
B . a memory overflow that executes code with elevated privileges.
C . the establishment of a web shell that would allow unauthorized access.
D . the queries from using an outdated library with security vulnerabilities.

Answer: A

Explanation:

Reference: https://stackoverflow.com/questions/4712037/what-is-parameterized-query

Leave a Reply

Your email address will not be published.