Description

The web application uses Symfony framework. Symfony Debug mode is enabled. Debug mode should be turned off in production environment, as it leads to disclosure of sensitive information about the web application.

Remediation

Disable the debug mode by setting APP_DEBUG to false

References

Related Vulnerabilities