<?php // --taint-analysis $foo = "foo' union all select * from secrets where '1' = '1"; $sql = "SELECT * from example_table WHERE foobar = '$foo'"; echo $sql;
You have javascript disabled. You will not be able to edit any code.