Skip to content
Permalink
Browse files Browse the repository at this point in the history
security: fix stored xss in sharing groups view as reported by Nicola…
…s Vidal from TEHTRIS.
  • Loading branch information
righel committed Jun 29, 2021
1 parent da0b992 commit 01521d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/SharingGroups/view.ctp
@@ -1,5 +1,5 @@
<div class="roles view">
<h2><?= __('Sharing Group %s', $sg['SharingGroup']['name']);?></h2>
<h2><?= __('Sharing Group %s', h($sg['SharingGroup']['name']));?></h2>
<div class="row-fluid"><div class="span8" style="margin:0">
<?php
$tableData = [
Expand Down

0 comments on commit 01521d6

Please sign in to comment.