mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 05:41:20 +01:00
InternalTaintSinkMap: Add getimagesize as SSRF sink
This commit is contained in:
parent
47a254547a
commit
ee990ebff6
@ -62,4 +62,5 @@ return [
|
||||
'proc_open' => [['shell']],
|
||||
'curl_init' => [['ssrf']],
|
||||
'curl_setopt' => [[], [], ['ssrf']],
|
||||
'getimagesize' => [['ssrf']],
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user