Skip to content

Commit

Permalink
fix low severity stored xss in pageViewMembers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Gneady committed Jul 11, 2021
1 parent 6260f20 commit cd5d358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/pageViewMembers.php
Expand Up @@ -189,7 +189,7 @@
}
printf(
'<th><span class="sort-link" data-sort="%s" data-sortdir="%s">%s</span>%s</th>',
$i, $nextSortDir, $title, $sortIcon
$i, $nextSortDir, htmlspecialchars($title), $sortIcon
);
}
?>
Expand Down

0 comments on commit cd5d358

Please sign in to comment.