mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
documented type in InternalTaintSinkMap (#4627)
This commit is contained in:
parent
84348ec38d
commit
2c998aea7e
@ -2,6 +2,9 @@
|
||||
|
||||
// This maps internal function names to sink types that we don’t want to end up there
|
||||
|
||||
/**
|
||||
* @var array<string, list<list<Type\TaintKind::*>>>
|
||||
*/
|
||||
return [
|
||||
'exec' => [['shell']],
|
||||
'create_function' => [['text'], ['eval']],
|
||||
|
Loading…
Reference in New Issue
Block a user