1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

documented type in InternalTaintSinkMap (#4627)

This commit is contained in:
Markus Staab 2020-11-20 01:27:40 +01:00 committed by Daniil Gentili
parent 84348ec38d
commit 2c998aea7e
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -2,6 +2,9 @@
// This maps internal function names to sink types that we dont want to end up there
/**
* @var array<string, list<list<Type\TaintKind::*>>>
*/
return [
'exec' => [['shell']],
'create_function' => [['text'], ['eval']],