Skip to content

Commit

Permalink
[security] fixed issue: possible xss via last survey visited (reporte…
Browse files Browse the repository at this point in the history
…d by Ismail Tasdelen )
  • Loading branch information
LouisGac committed Sep 12, 2018
1 parent 24cf863 commit 8bde803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/welcome.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<?php if($showLastSurvey):?>
<span id="last_survey" class="rotateShown">
<?php eT("Last visited survey:");?>
<a href="<?php echo $surveyUrl;?>" class=""><?php echo $surveyTitle;?></a>
<a href="<?php echo $surveyUrl;?>" class=""><?php echo viewHelper::flatEllipsizeText($surveyTitle, true, 60);?></a>
</span>
<?php endif; ?>

Expand Down

0 comments on commit 8bde803

Please sign in to comment.