Skip to content

Commit

Permalink
InternalTaintSinkMap: Add getimagesize as SSRF sink
Browse files Browse the repository at this point in the history
  • Loading branch information
mal-tee committed Jan 28, 2022
1 parent 47a2545 commit ee990eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dictionaries/InternalTaintSinkMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@
'proc_open' => [['shell']],
'curl_init' => [['ssrf']],
'curl_setopt' => [[], [], ['ssrf']],
'getimagesize' => [['ssrf']],
];

0 comments on commit ee990eb

Please sign in to comment.