The following piece of code is vulnerable to Denial of Service attacks ``` <?php sleep($_GET["seconds"]); ``` Psalm returns no issue when run with --taint-analysis. I'll write a PR in 6.x that raises a new issue named TaintedSleep