Project

General

Profile

Actions

Task #39060

closed

Better use of sanitizeLocalUrl in db list

Added by Dominique Feyer almost 12 years ago. Updated over 5 years ago.

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

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

db list use sanitizeLocalUrl, at line 192 (4.7), like this:

if (t3lib_div::sanitizeLocalUrl(t3lib_div::_GP('returnUrl'))) {
  $location = t3lib_div::sanitizeLocalUrl(t3lib_div::_GP('returnUrl'));
  t3lib_utility_Http::redirect($location);
}

A no brainer improvement is possible ;)

Actions #1

Updated by Gerrit Code Review almost 12 years ago

  • Status changed from New to Under Review

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

Actions #2

Updated by Gerrit Code Review almost 12 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12874

Actions #3

Updated by Dominique Feyer almost 12 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF