Ensuring that user inputs are __________ based on the expected data type is crucial in preventing SQL injection.

  • Encrypted
  • Sanitized
  • Typed
  • Validated
Ensuring that user inputs are typed, meaning they match the expected data type, is crucial in preventing SQL injection. This practice adds an additional layer of defense by ensuring that the input data is not only syntactically correct but also of the expected type.
Add your answer
Loading...

Leave a comment

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