Skip to content

Commit b86e698

Browse files
committed
Issue #KANWEBS-6732: Fixed vulnerability: PSA-2019-09-04
1 parent 99b3bf3 commit b86e698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Util/PHP/eval-stdin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
eval('?>'.file_get_contents('php://input'));
3+
eval('?>' . file_get_contents('php://stdin'));

0 commit comments

Comments
 (0)