TaintedExtract
November 28, 2023 ยท View on GitHub
Emitted when user-controlled array can be passed into an extract call.
<?php
$array = $_GET;
extract($array);
November 28, 2023 ยท View on GitHub
Emitted when user-controlled array can be passed into an extract call.
<?php
$array = $_GET;
extract($array);