70.3k views
3 votes
Keith is concerned about the frequency of SQL injection attacks against his organization's web applications. Which countermeasure is the best defense Keith can implement against SQL injection?

User Chalist
by
8.0k points

1 Answer

3 votes

Answer:

Answer to the following question is Validating Keith's input within the web-based applications .

Step-by-step explanation:

To protect against the SQL injection then Keith uses the input validation.

SQL injection is the attack that makes it presumable to execute the malicious SQL statement. Currently, SQL injection is common for the website attack in which the web forms are also common.

User Stanislas Morbieu
by
8.7k points