mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
First creation_function param isnÆt really a sink
This commit is contained in:
parent
1cead18760
commit
ea9cb72143
@ -7,7 +7,7 @@
|
||||
*/
|
||||
return [
|
||||
'exec' => [['shell']],
|
||||
'create_function' => [['text'], ['eval']],
|
||||
'create_function' => [[], ['eval']],
|
||||
'file_get_contents' => [['file']],
|
||||
'file_put_contents' => [['file']],
|
||||
'fopen' => [['file']],
|
||||
|
Loading…
Reference in New Issue
Block a user