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.
Add your answer
Loading...

Leave a comment

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