Open ohader opened 2 years ago
https://psalm.dev/r/f6c52d7684
$e = 'exec'; $e(...) should be handled the same as exec(...), which is a known tainted sink.
$e = 'exec'; $e(...)
exec(...)
I found these snippets:
https://psalm.dev/r/f6c52d7684
$e = 'exec'; $e(...)
should be handled the same asexec(...)
, which is a known tainted sink.