Security Threat
-
PHP.Generic.BadPattern.5
This code pattern is often used to run a very dangerous shell programs on your server. The code in these files needs to be reviewed, and possibly cleaned.
plugins\wp-mail-smtp\vendor\guzzlehttp\guzzle\src\Middleware.php
233 return function ($request, array $options) use ($handler, $fn) {
234 return $handler($fn($request), $options);
235 };Kindly address this issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Security Threat’ is closed to new replies.