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-4@8335 709f56b5-9817-0410-a4d7-c38de5d9e867
  • Loading branch information
ohader committed Jul 28, 2010
1 parent 02cb9d4 commit a3a62d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -6,6 +6,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-27 Steffen Kamper <steffen@typo3.org>

Expand Down
2 changes: 1 addition & 1 deletion t3lib/class.t3lib_htmlmail.php
Expand Up @@ -248,7 +248,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 a3a62d9

Please sign in to comment.