VaultPress Security Scan
-
This plugin is causing a suspicious code alert from VaultPress:
—
PHP.Generic.BadPattern.5This 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.
—The scan is pointing to the file:
./wp-content/plugins/woo-mailerlite/vendor/clue/stream-filter/tests/FunTest.php
And the lines:
$this->assertEquals(‘grfg’, $rot(‘test’));
// This line is the line is causing the issue:
$this->assertEquals(‘test’, $rot($rot(‘test’)));
$this->assertEquals(null, $rot());Please resolve this issue.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘VaultPress Security Scan’ is closed to new replies.