A security audit requires tracking unauthorized access attempts in a CodeIgniter application. This can be done by analyzing the ________.
- Access Logs
- CSRF Token Usage
- Error Logs
- Session Data
Analyzing the Access Logs is crucial for tracking unauthorized access attempts during a security audit. Access Logs provide information about requests made to the application, helping identify potential security threats.
Loading...
Related Quiz
- How can you enable profiling in a CodeIgniter application?
- How can database queries be optimized in CodeIgniter using configuration settings?
- In high-risk transactions, payment gateways might implement ________ as an additional verification step.
- Which directory do you typically find Helpers stored in a standard CodeIgniter project?
- In what scenario is it advisable to use the escape methods in CodeIgniter's Query Builder?