Do not combine wildcard CORS origin with credentials
PHP CORS responses should not allow credentials when origin is set to `*`.
#Metadata
#Why it matters
Wildcard origins with credential support break origin isolation and can expose authenticated data cross-site.
#Remediation
Replace wildcard origins with explicit allowlists and keep credentials disabled unless strictly required.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/php/php.security.insecure-cors-wildcard-with-credentials.rule.yaml.