Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
rXSS cleaned username in editor info display
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpass committed Jan 17, 2022
1 parent cd964f8 commit 51cf24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.php
Expand Up @@ -150,7 +150,7 @@
?>
<h2><?php echo $t['multi-user']; ?></h2>
<span class="heading"><?php echo $t['Username']; ?></span><br>
<?php echo $_SESSION['username'];?><br><br>
<?php echo xssClean($_SESSION['username'], "html");?><br><br>
<?php
}
?>
Expand Down

0 comments on commit 51cf24b

Please sign in to comment.