Skip to content
Snippets Groups Projects
Commit b55c5e79 authored by Georg Ringer's avatar Georg Ringer Committed by Oliver Hader
Browse files

[SECURITY] Escape output of tt_content.default

Escape the value of the field CType in tt_content.default.

Resolves: #73450
Releases: master, 7.6, 6.2
Security-Commit: fa4c55b136648dd01115c346d9fd0c90b303f2d1
Security-Bulletins: TYPO3-CORE-SA-2016-005, 006, 007, 008
Change-Id: Ica19c572bf46b6f2b11333b6759804d3537e7469
Reviewed-on: https://review.typo3.org/46829


Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
parent f0716534
Branches
Tags
No related merge requests found
......@@ -2130,6 +2130,7 @@ tt_content.default = TEXT
tt_content.default {
field = CType
wrap = <p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|" has no rendering definition!</p>
htmlSpecialChars = 1
prefixComment = 2 | Unknown element message:
}
......
......@@ -1718,6 +1718,7 @@ tt_content.default = TEXT
tt_content.default {
field = CType
wrap = <p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|" has no rendering definition!</p>
htmlSpecialChars = 1
prefixComment = 2 | Unknown element message:
}
......
......@@ -1611,6 +1611,7 @@ tt_content.default = TEXT
tt_content.default {
field = CType
wrap = <p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|" has no rendering definition!</p>
htmlSpecialChars = 1
prefixComment = 2 | Unknown element message:
}
......
......@@ -2123,6 +2123,7 @@ tt_content.default = TEXT
tt_content.default {
field = CType
wrap = <p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|" has no rendering definition!</p>
htmlSpecialChars = 1
prefixComment = 2 | Unknown element message:
}
......
......@@ -2095,6 +2095,7 @@ tt_content.default = TEXT
tt_content.default {
field = CType
wrap = <p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|" has no rendering definition!</p>
htmlSpecialChars = 1
prefixComment = 2 | Unknown element message:
}
......
......@@ -2096,6 +2096,7 @@ tt_content.default = TEXT
tt_content.default {
field = CType
wrap = <p style="background-color: yellow;"><b>ERROR:</b> Content Element type "|" has no rendering definition!</p>
htmlSpecialChars = 1
prefixComment = 2 | Unknown element message:
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment