rspec/rules/S5146/common/fix/code-rationale.adoc

2 lines
286 B
Plaintext
Raw Normal View History

The following noncompliant code example is vulnerable to open redirection as it constructs a URL with user-controllable data. This URL is then used to redirect the user without being first validated. An attacker can leverage this to manipulate users into performing unwanted redirects.