1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +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 GitHub
parent 8a0feaffa9
commit e32ed43253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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