Pushing Left, Like a Boss, Part 5.6 Redirects and Forwards

SheHacksPurple
Code Like A Girl
Published in
Jan 21, 2019

--

This series, and my blog, has moved! Check it out!

The previous article in this series was Part 5.5 — File Uploads.

Recently removed from the OWASP Top Ten, unvalidated redirects and forwards are a sub-set of the problem of poor input validation. If you properly validate all input, including input in the address bar and/or obtained from the user, you will not have this problem.

DevOps Zurich meetup, 2017

Below is a rehash of input validation, from the viewpoint of using redirects and forwards.

Read the rest on my NEW blog!

--

--