Disable Symfony debug and profiler in production-like configs
Production-like Symfony configuration should not enable debug mode or web profiler surfaces.
#Metadata
#Why it matters
Debug and profiler exposure can leak internals, stack traces, secrets, and request details.
#Remediation
Keep `APP_DEBUG=0` in production and disable profiler bundles/toolbars outside local dev/test environments.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/php/php.security.symfony-debug-exposure.rule.yaml.