Avoid trust-all Gin reverse proxy settings
`SetTrustedProxies` should list real upstreams instead of `nil` or `0.0.0.0/0` style catch-alls that spoof `X-Forwarded-For`.
#Metadata
#Why it matters
Trusting every proxy allows clients to forge client IP headers and bypass IP-based controls or auditing.
#Remediation
Replace catch-all trusted proxy lists with explicit CIDRs for your ingress tier and document the expected hop count.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/go/go.security.gin-trust-all-proxies.rule.yaml.