mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
7079cff31c
The example as-is would currently not flag the following code: ``` public function foo() { $foo = $bad_data; \shell_exec($foo); } ``` Switching it to `bad_data` made it work. |
||
---|---|---|
.. | ||
annotations.md | ||
avoiding_false_positives.md | ||
custom_taint_sinks.md | ||
custom_taint_sources.md | ||
index.md |