Conversation
supportHi, SUCURI is warning me about a backdoor in this file: wp-content/plugins/woorewards/include/pointsflow/action.php Definition: php.backdoor.file_get_contents.005 Looking at the file there is a line which says: $json = @json_decode(@file_get_contents($_FILES[$key][‘tmp_name’]), true); Not sure if this is the culprit. Can I place the whole file code in here so you can see if the file is correct?
Hi, This is a false positive. We have to read a file when you want to import points. Be sure that we carry out all the necessary checks and that no malicious code can be executed through this. Best regards
Okay, that’s good to hear. Thanks!
Hi, This is a false positive. We have to read a file when you want to import points. Be sure that we carry out all the necessary checks and that no malicious code can be executed through this. Best regards
Okay, that’s good to hear. Thanks!