You are conducting security testing on a database application. You discover that the application is vulnerable to SQL injection attacks. What should be the immediate action to mitigate this vulnerability?

  • Escaping Special Characters
  • Implementing Encryption
  • Input Validation
  • Use of Prepared Statements
Use of Prepared Statements
Add your answer
Loading...

Leave a comment

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