Actions
Bug #73716
closedBackendUtility::getLabelsFromItemsList and BackendUtility::getProcessedValue fail to check values before exploding
Start date:
2016-02-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In both methods the method GeneralUtility::trimExplode get called for array values.
Updated by Sebastian Fischer over 8 years ago
These missing checks are a problem because the hook $result['processedTca']['ctrl']['label_userFunc'] in FormDataProvider::addData does get handed both string and array types as parameter depending wether the request was an edit call or an inline ajax request
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/46929
Updated by Anja Leichsenring over 6 years ago
- Status changed from Under Review to Resolved
Actions