We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792cd12 commit 0b7416cCopy full SHA for 0b7416c
libraries/server_privileges.lib.php
@@ -3679,7 +3679,7 @@ function PMA_getHtmlTableBodyForUserRights($db_rights)
3679
if ($cfgRelation['menuswork']) {
3680
$html_output .= '<td class="usrGroup">' . "\n"
3681
. (isset($group_assignment[$host['User']])
3682
- ? $group_assignment[$host['User']]
+ ? htmlspecialchars($group_assignment[$host['User']])
3683
: ''
3684
)
3685
. '</td>' . "\n";
0 commit comments