Skip to content

Commit

Permalink
Fixed bug #14850: Information disclosure in t3lib_htmlmail (thanks to…
Browse files Browse the repository at this point in the history
… Georg Ringer)

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYPO3_4-2@8333 709f56b5-9817-0410-a4d7-c38de5d9e867
  • Loading branch information
ohader committed Jul 28, 2010
1 parent 0fca26f commit 46693d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Fixed bug #13292: TYPO3 error message reveals path to web root (thanks to Xavier Perseguers)
* Fixed bug #11618: XSS vulnerability in install tool / BE login (thanks to Georg Ringer)
* Fixed bug #14950: XSS in t3editor (thanks to Tobias Liebig)
* Fixed bug #14850: Information disclosure in t3lib_htmlmail (thanks to Georg Ringer)

2010-07-21 Ingo Renner <ingo@typo3.org>

Expand Down
2 changes: 1 addition & 1 deletion t3lib/class.t3lib_htmlmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class t3lib_htmlmail {
public function t3lib_htmlmail() {
$this->forceReturnPath = $GLOBALS['TYPO3_CONF_VARS']['SYS']['forceReturnPath'];

$this->mailer = 'TYPO3 '.TYPO3_version;
$this->mailer = 'TYPO3';
}


Expand Down

0 comments on commit 46693d4

Please sign in to comment.