Implementing ___________ as part of database access controls can reduce the impact of potential SQL injection attacks.
- Biometric Authentication
- CAPTCHA
- Role-Based Access Control
- Two-Factor Authentication
Role-Based Access Control (RBAC) is an access control method that restricts system access based on user roles. Implementing RBAC for database access helps limit the impact of SQL injection attacks by ensuring users only have the necessary permissions for their roles.
Loading...
Related Quiz
- For a report generation module that involves multiple table joins and specific conditions, the recommended approach using Active Record Class is: ________.
- During high-traffic periods, a CodeIgniter application experiences slow session read/write operations. The likely bottleneck is ________.
- How does CodeIgniter handle security vulnerabilities found in third-party libraries?
- When integrating a third-party library in CodeIgniter, it is usually placed in which directory?
- Regular expressions are often used in _________ to filter out harmful SQL patterns.