Code Review: Filtering/Escaping

Access to videos for this badge is only available with PentesterLab PRO
GOPRO
Code Review: Filtering/Escaping
In this video, we cover common patterns around filtering and escaping when doing code reviews. We discuss issues like lack of filtering, naive filtering, non-recursive filtering, and the complexities of regular expressions.