1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 12:24:49 +01:00

Fix incorrect taint sink map for \rmdir (#4703)

Closes #4690
This commit is contained in:
LeSuisse 2020-11-25 22:45:53 +01:00 committed by Daniil Gentili
parent 6474d7ee6c
commit 2a56a3a0c9
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -22,7 +22,7 @@ return [
'lchown' => [['file']],
'readfile' => [['file']],
'rename' => [['file'], ['file']],
'rmdir' => ['file'],
'rmdir' => [['file']],
'header' => [['header']],
'symlink' => [['file']],
'tempnam' => [['file']],