All rules →
Rules / Go
SHIELD-GO-011

Open redirect via http.Redirect with user input

mediumGoCWE-601CVSS 6.1

What it detects

Redirecting to a user-controlled URL without validation enables open redirect.

How to fix

Validate redirect targets against an allowlist of permitted URLs.

Scan your repo freeFull documentation
Back to all rules
SHIELD-GO-011: Open redirect via http.Redirect with user input — Zennoxa Shield