Project

General

Profile

Actions

Bug #50141

closed

htmlspecialchars on all links in markers

Added by Stano Paska almost 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2013-07-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

All occurences of $this->getPageLink() used to generate links for markers should have third parameter set to true.
In file felogin/Classes/Controller/FrontendLoginController.php on lines 270, 367, 602.

And TRUE should be rewritten as true (in ACTION_URI marker).


Files

aaa.diff (1.04 KB) aaa.diff Stano Paska, 2013-07-30 15:51
Actions #1

Updated by Philipp Gampe almost 11 years ago

  • Status changed from New to Needs Feedback

Please check for any side effects.

You may also push a patch for this: http://wiki.typo3.org/CWT

Actions #2

Updated by Stano Paska almost 11 years ago

I doublechecked all usages of $this->getPageLink() and all occurences are only used to fill markers that goes into html.
This function is protected, so other calls from outside is not permitted.
Maybe only from childrens of this class, but IFAIK this not used anywhere.

And I found that on line 375 $this->pi_getPageLink() could be rewritten into $this->getPageLink too (or htmlspecialcharred).

Actions #3

Updated by Philipp Gampe almost 11 years ago

Can you push a patch.

BTW, boolean values should be written uppercase (TRUE, FALSE, NULL) if they are PHP code.

Actions #4

Updated by Stano Paska almost 11 years ago

Almost everything that I wrote into this issue, was not good.
My colleague was heavily modified our felogin template, so on our web it was generated html validation warnings :-(

Original usage was
<p>###BACKLINK_LOGIN### </p>
and we have
<a href="###BACKLINK_LOGIN###">back</a>
and so on...

But, fortunately I have discovered at least one bug :-)
I am sending patch.

Actions #5

Updated by Philipp Gampe almost 11 years ago

Looks good. Can you push this patch to gerrit? http://wiki.typo3.org/CWT

Actions #6

Updated by Gerrit Code Review almost 11 years ago

  • Status changed from Needs Feedback to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22721

Actions #7

Updated by Gerrit Code Review almost 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22721

Actions #8

Updated by Gerrit Code Review over 9 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22721

Actions #9

Updated by Gerrit Code Review about 9 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22721

Actions #10

Updated by Gerrit Code Review almost 9 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41724

Actions #11

Updated by Stano Paska almost 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF