Skip to content

Commit

Permalink
[jan] SECURITY: Fix XSS vulnerability in menu bar exposed by only a f…
Browse files Browse the repository at this point in the history
…ew applications (Bug #14213).
  • Loading branch information
yunosh committed Jan 6, 2016
1 parent 4e064a9 commit ab07a1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions horde/docs/CHANGES
Expand Up @@ -2,6 +2,8 @@
v5.2.9-git
----------

[jan] SECURITY: Fix XSS vulnerability in menu bar exposed by only a few
applications (Bug #14213).


------
Expand Down
4 changes: 2 additions & 2 deletions horde/package.xml
Expand Up @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
*
* [jan] SECURITY: Fix XSS vulnerability in menu bar exposed by only a few applications (Bug #14213).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -4074,7 +4074,7 @@
<date>2015-10-20</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
*
* [jan] SECURITY: Fix XSS vulnerability in menu bar exposed by only a few applications (Bug #14213).
</notes>
</release>
</changelog>
Expand Down
2 changes: 1 addition & 1 deletion horde/templates/topbar/_menubar.html.php
Expand Up @@ -23,7 +23,7 @@
<input autocomplete="off" id="horde-search-input" type="text" />
</div>
<?php else: ?>
<input type="text" id="horde-search-input" name="searchfield" class="formGhost" title="<?php echo $this->searchLabel ?>" />
<input type="text" id="horde-search-input" name="searchfield" class="formGhost" title="<?php echo $this->h($this->searchLabel) ?>" />
<?php endif ?>
<input type="image" id="horde-search-icon" src="<?php echo $this->searchIcon ?>" />
</form>
Expand Down

0 comments on commit ab07a1b

Please sign in to comment.