1
0
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:
Matt Brown 2020-11-20 09:56:45 -05:00
parent 1cead18760
commit ea9cb72143

View File

@ -7,7 +7,7 @@
*/ */
return [ return [
'exec' => [['shell']], 'exec' => [['shell']],
'create_function' => [['text'], ['eval']], 'create_function' => [[], ['eval']],
'file_get_contents' => [['file']], 'file_get_contents' => [['file']],
'file_put_contents' => [['file']], 'file_put_contents' => [['file']],
'fopen' => [['file']], 'fopen' => [['file']],