VaultPress Security Issue Detected
-
VaultPress is flagging /plugins/post-smtp/Postman/Postman-Mail/mailgun/vendor/clue/stream-filter/tests/FunTest.php as a possible 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.”
Lines 12 and 23 are problematic.
11 $this->assertEquals(‘grfg’, $rot(‘test’));
12 $this->assertEquals(‘test’, $rot($rot(‘test’)));
13 $this->assertEquals(null, $rot());22 $this->assertEquals(‘t=C3=A4st’, $encode(‘t?st’));
23 $this->assertEquals(‘t?st’, $decode($encode(‘t?st’)));
24 $this->assertEquals(null, $encode());Please advise?
- The topic ‘VaultPress Security Issue Detected’ is closed to new replies.