We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0faa9 commit 8a59c2eCopy full SHA for 8a59c2e
core/admin/modules/developer/modules/views/add.php
@@ -1,5 +1,5 @@
1
<?
2
- $id = $_GET["module"];
+ $id = htmlspecialchars($_GET["module"]);
3
$table = isset($_GET["table"]) ? $_GET["table"] : "";
4
$title = isset($_GET["title"]) ? htmlspecialchars($_GET["title"]) : "";
5
0 commit comments