Actions
Task #78477
closedRefactoring of FlashMessage rendering
Start date:
2016-10-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The implementation of the rendering of FlashMessages in the core should be optimized.
With #73698 we start a cleanup which removes rendering from different places and centralized the markup with the FlashMessage class.
- Security: markup in FlashMessage are not allowed and can open XSS issues
- Context: some messages contains markup which is fine in context of backend and frontend, but not in CLI context or maybe other contexts
- For the reasons above, we found markup as well in the FlashMessageQueue class
For all this reasons, we need a flexible and secure solution to handle the FlashMessage rendering in different contexts.
Actions