Avoid broad Laravel CSRF exclusions on sensitive routes
Wildcard CSRF exclusions should not cover account, billing, admin, password, or profile endpoints.
#Metadata
#Why it matters
Over-broad CSRF exemptions remove request integrity checks from high-impact authenticated actions.
#Remediation
Limit CSRF exceptions to explicitly signed webhook endpoints and avoid wildcard exclusions on authenticated user flows.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/php/php.security.laravel-sensitive-csrf-exclusion.rule.yaml.