Actions
Task #39060
closedBetter use of sanitizeLocalUrl in db list
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 ;)
Updated by Gerrit Code Review over 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
Updated by Gerrit Code Review over 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
Updated by Dominique Feyer over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e85ff7b6c6cf373223beb0879e9ea2e4cb3f221b.
Actions