Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SECURITY] Use a fluid template for the ConfirmationFinisher message
The ConfirmationFinisher message is now rendered within a fluid template to allow styling of the message. Furthermore, the FormRuntime (and thus all form element values) and the finisherVariableProvider are available in the template. Custom variables can be added globally within the form setup or at form level in the form definition. By using a fluid template and the associated html escaping, the display of the ConfirmationFinisher message is protected against XSS / html injection attacks. Resolves: #84902 Releases: master, 9.5, 8.7 Security-Commit: b55c0c61af4a60018bc1a25798445f7cd7fece4a Security-Bulletin: TYPO3-CORE-SA-2019-007 Change-Id: I7456613ff6fd80cd16568a0d7be1c1672f5e125e Reviewed-on: https://review.typo3.org/59525 Reviewed-by: Oliver Hader <oliver.hader@typo3.org> Tested-by: Oliver Hader <oliver.hader@typo3.org>
- Loading branch information