Description
Your CodeIgniter web application is configured to run with development mode enabled. When your application runs with development mode enabled, detailed error messages with stack traces will be shown on every error that occurs within your application. If disabled, a simple generic error page is shown. It's recommended to disable CodeIgniter's development mode when the application is deployed to production.
Remediation
To disable development mode set the CI_ENVIRONMENT environment variable value to production in the .env environment configuration file.
# .env CI_ENVIRONMENT=production
References
Related Vulnerabilities
Drupal configuration file weak file permissions
GraphQL Unauthenticated Mutation Detected
WordPress Plugin WP Attachment Export Arbitrary File Download (0.2.3)
WordPress Plugin Health Check & Troubleshooting Arbitrary File Disclosure (1.2.3)
WordPress Plugin GiveWP-Donation and Fundraising Platform Information Disclosure (2.20.2)