Avoid relaying request-derived sensitive data in outbound PHP HTTP calls
Outbound HTTP clients should not forward tainted request/session material without validation or redaction.
#Metadata
#Why it matters
Unchecked egress forwarding can leak tokens, credentials, or personal data to external systems.
#Remediation
Scrub secrets, restrict outbound destinations, and centralize external integrations behind audited request builders.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/php/php.security.sensitive-data-egress.rule.yaml.