Avoid insecure PHP FTP/SMTP or plaintext transport patterns
Outbound mail/file transfer code should not rely on plaintext transport endpoints for sensitive traffic.
#Metadata
#Why it matters
Unencrypted transfer channels expose credentials and payloads to interception or tampering.
#Remediation
Use encrypted transport endpoints and modern client libraries with certificate validation enabled.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/php/php.security.insecure-mail-or-file-transport.rule.yaml.