Port 80 blocked on cpanel due to phpunit malicious file eval-stdin.php

I have added google plus login to my website (hosted on shared server). While composing dependent libraries through composer.json for google login, the phpunit library was downloaded as a part. It contains a file phpunit\phpunit\src\Util\PHP\eval-stdin.php. Due to this file port 80 for my domain is blocked as they said its a malware file. The repository link is

Following is the code in eval-stdin.php file eval('?>' . file_get_contents('php://input'));Is there any alternative to this code. How can i fix this issue. please help

1

1 Answer

PHPUnit is a tool to be used during development. You should not upload it to your server.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like