8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5defb commit 4a4a5faCopy full SHA for 4a4a5fa
controller.rst
@@ -186,6 +186,14 @@ and ``redirect()`` methods::
186
187
For more information, see the :doc:`Routing chapter </routing>`.
188
189
+.. tip::
190
+
191
+ The ``redirect()`` method does not check it's input. If you use user input
192
+ directly as it's parameter, you might open up your page to unvalidated
193
+ redirects and forwards, which is in the OWASP top 10 of web application
194
+ security flaws. For more information, see https://www.owasp.org/index.php/Open_redirect
195
196
197
.. tip::
198
199
The ``redirectToRoute()`` method is simply a shortcut that creates a
0 commit comments