diff --git a/dictionaries/InternalTaintSinkMap.php b/dictionaries/InternalTaintSinkMap.php index c3fda96bb..f161e9de6 100644 --- a/dictionaries/InternalTaintSinkMap.php +++ b/dictionaries/InternalTaintSinkMap.php @@ -22,7 +22,7 @@ return [ 'lchown' => [['file']], 'readfile' => [['file']], 'rename' => [['file'], ['file']], -'rmdir' => ['file'], +'rmdir' => [['file']], 'header' => [['header']], 'symlink' => [['file']], 'tempnam' => [['file']],