Replies: 0
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.