The practice of sanitizing user input in a web application is crucial to prevent ____________ attacks.

  • Clickjacking
  • Cross-Site Request Forgery (CSRF)
  • Cross-Site Scripting (XSS)
  • SQL Injection
The blank should be filled with "SQL Injection" attacks. Sanitizing user input is essential to prevent SQL Injection, where attackers manipulate input to execute unauthorized SQL queries. Understanding and implementing input validation can help mitigate the risk of SQL Injection, a common technique used to compromise database security in web applications.__________________________________________________
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *