Understanding register_globals


Auditing PHP, Part 1: Understanding register_globals

Chances are that at some point you’ve had a concern about the security of a PHP application. When you’re faced with an auditing task, do you know what to look for? This series walks you through PHP and helps you understand it enough to know what you’re looking for when conducting a security audit. Part 1 walks you through understanding the register_globals setting.

Related Posts