Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sec(Index) Code Injection on action parameter: https://huntr.dev/boun…
  • Loading branch information
joebordes committed Nov 7, 2021
1 parent 501158f commit ba92bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -101,7 +101,7 @@
$is_action = false;
}
if (!$is_action) {
die('Action name is missing or incorrect. Please check the action name: '.vtlib_purify($action));
die('Action name is missing or incorrect. Please check the action name');
}
}

Expand Down

0 comments on commit ba92bbf

Please sign in to comment.