Which of these is an effective practice to prevent SQL Injection?
- Disabling error messages
- Input validation and sanitization
- Storing passwords in plain text
- Using default database credentials
Input validation and sanitization are effective practices to prevent SQL Injection by ensuring that user input is safe and doesn't contain malicious SQL code.
Loading...
Related Quiz
- What is the significance of service virtualization in a distributed web services architecture?
- How does Microservices Architecture enhance deployment?
- Which format is typically more lightweight and used in RESTful web services?
- In AWS, what is the main advantage of using Amazon RDS over installing a database on an EC2 instance?
- _______ in API Gateways can transform incoming requests before routing them to appropriate services.