We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df0d6c1 commit fc0e7baCopy full SHA for fc0e7ba
1 file changed
web/api/index.php
@@ -42,7 +42,7 @@
42
$i++;
43
if (!empty($_POST['arg' . $i]))
44
{
45
- $args[] = $_POST['arg' . $i];
+ $args[] = escapeshellarg($_POST['arg' . $i]);
46
continue;
47
}
48
break;
0 commit comments