Which secure coding practice helps prevent SQL injection attacks by ensuring that user input does not run as code?

  • Code Encryption
  • Database Backups
  • Input Validation
  • Password Hashing
Input Validation is a practice that checks and sanitizes user input to prevent it from being executed as SQL code, thereby thwarting SQL injection.
Add your answer
Loading...

Leave a comment

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