Skip to content

Commit

Permalink
First creation_function param isnÆt really a sink
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Nov 20, 2020
1 parent 1cead18 commit ea9cb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionaries/InternalTaintSinkMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
return [
'exec' => [['shell']],
'create_function' => [['text'], ['eval']],
'create_function' => [[], ['eval']],
'file_get_contents' => [['file']],
'file_put_contents' => [['file']],
'fopen' => [['file']],
Expand Down

0 comments on commit ea9cb72

Please sign in to comment.