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:
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
|
// 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 [
|
return [
|
||||||
'exec' => [['shell']],
|
'exec' => [['shell']],
|
||||||
'create_function' => [['text'], ['eval']],
|
'create_function' => [['text'], ['eval']],
|
||||||
|
Loading…
Reference in New Issue
Block a user