We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3575d1d commit e87e7d1Copy full SHA for e87e7d1
ajax/networking/get_wgkey.php
@@ -3,7 +3,7 @@
3
require '../../includes/csrf.php';
4
require_once '../../includes/config.php';
5
6
-$entity = $_POST['entity'];
+$entity = escapeshellcmd($_POST['entity']);
7
8
if (isset($entity)) {
9
0 commit comments