diff --git a/dictionaries/InternalTaintSinkMap.php b/dictionaries/InternalTaintSinkMap.php index 30b9836dd..1189e5ba1 100644 --- a/dictionaries/InternalTaintSinkMap.php +++ b/dictionaries/InternalTaintSinkMap.php @@ -2,6 +2,9 @@ // This maps internal function names to sink types that we don’t want to end up there +/** + * @var array>> + */ return [ 'exec' => [['shell']], 'create_function' => [['text'], ['eval']],