Skip to content

Commit

Permalink
Fix low severity reflected XSS issue in pageTransferOwnership.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Gneady committed Jul 2, 2021
1 parent 561c0fd commit 41dda75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/admin/pageTransferOwnership.php
Expand Up @@ -213,7 +213,7 @@
<span class="pull-right text-success">
<i class="glyphicon glyphicon-ok"></i>
<?php echo $Translation['source member']; ?>:
<b><?php echo $sourceMemberID; ?></b>
<b><?php echo strip_tags($sourceMemberID); ?></b>
</span>
<?php } ?>
</h3>
Expand Down

0 comments on commit 41dda75

Please sign in to comment.