1
0
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:
mal-tee 2022-01-28 12:29:26 +01:00
parent 47a254547a
commit ee990ebff6

View File

@ -62,4 +62,5 @@ return [
'proc_open' => [['shell']],
'curl_init' => [['ssrf']],
'curl_setopt' => [[], [], ['ssrf']],
'getimagesize' => [['ssrf']],
];