Actions
Bug #100958
closedType error in reference index with invalid user input
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-06-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Argument 7 passed to TYPO3\CMS\Core\Database\ReferenceIndex::createEntryDataUsingRecord() must be of the type string, null given, called in /var/www/html/public/typo3/sysext/core/Classes/Database/ReferenceIndex.php on line 418 in /var/www/html/public/typo3/sysext/core/Classes/Database/ReferenceIndex.php line 354Reproduce:
- New TYPO3 v11 installation
- Insert a content element with header link value set to "Email: example@typo3.org"
- Invalid user input should never crash the backend
- Link field gets validates user input
Actions