Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 143 Bytes

TaintedExtract.md

File metadata and controls

10 lines (7 loc) · 143 Bytes

TaintedExtract

Emitted when user-controlled array can be passed into an extract call.

<?php

$array = $_GET;
extract($array);