Valid CAS-004 Dumps shared by EduDump.com for Helping Passing CAS-004 Exam! EduDump.com now offer the newest CAS-004 exam dumps, the EduDump.com CAS-004 exam questions have been updated and answers have been corrected get the newest EduDump.com CAS-004 dumps with Test Engine here:
A security architect discovers the following while reviewing code for a company's website: selection = "SELECT Item FROM Catalog WHERE ItemID * " & Request("ItemID") Which of the following should the security architect recommend?
Correct Answer: B
Query parameterization prevents SQL injection attacks by separating SQL commands from data inputs. This ensures that user-supplied input cannot be executed as part of a SQL query. In the given code, lack of parameterization could allow attackers to manipulate the ItemID parameter maliciously. This aligns with CASP+ objective 1.5, focusing on secure coding practices to mitigate application vulnerabilities.