Skip to content

Commit

Permalink
Fix XSS in group administration.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Apr 24, 2015
1 parent 34f813c commit dae5277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/admin/groups.php
Expand Up @@ -211,7 +211,7 @@
$tree->addNode(array(
'id' => $id,
'parent' => null,
'label' => $node,
'label' => htmlspecialchars($node),
'expanded' => false,
'params' => $group_node + $node_params,
'right' => array($spacer, $delete_link)
Expand Down

0 comments on commit dae5277

Please sign in to comment.