vimeo / psalm

A static analysis tool for finding errors in PHP applications
https://psalm.dev
MIT License
5.57k stars 660 forks source link

Psalm stops checking for taint detection after call to eval() #3821

Open TysonAndre opened 4 years ago

TysonAndre commented 4 years ago

Expected: Emit a TaintedInput issue for the call to echo Observed: No TaintedInput issues were emitted at all

https://psalm.dev/r/721218171f

Noticed while working on a test case for #3679

psalm-github-bot[bot] commented 4 years ago

I found these snippets:

https://psalm.dev/r/721218171f ```php