Back to Psalm

TaintedSleep

docs/running_psalm/issues/TaintedSleep.md

6.16.1140 B
Original Source

TaintedSleep

Emitted when user-controlled input can be passed into a sleep call or similar.

php
<?php

sleep($_GET["seconds"]);