Tagged Questions
7
votes
6answers
128 views
How best to present a security vulnerability to a web development team in your own company?
Imagine the following scenario:
You work at Big Co. and your coworkers down the hall are on the web development team for Big Co's public blog system, which a lot of Big Co employees and some public ...
3
votes
3answers
870 views
How to demonstrate an exploit of extract($_POST)?
I am not a PHP developer but I'm assessing the security of a PHP5 application.
The author relied on extract($_POST) and extract($_GET) in some places, outside of functions.
My suggestion is to call ...