1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-11 16:59:45 +01:00
psalm/docs/running_psalm/issues/TaintedSleep.md
2023-09-06 15:58:08 +02:00

141 B

TaintedSleep

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

<?php

sleep($_GET["seconds"]);