1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +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 committed by Daniil Gentili
parent 068907327d
commit 7f0ac653a1
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

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