Commit 8aa8b081 authored by Maurits van Rees's avatar Maurits van Rees

Quote variable in manage_tabs to avoid XSS.

From Products.PloneHotfix20160830.
parent 6ddbde03
...@@ -11,6 +11,9 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html ...@@ -11,6 +11,9 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
Bugs Fixed Bugs Fixed
++++++++++ ++++++++++
- Quote variable in manage_tabs to avoid XSS.
From Products.PloneHotfix20160830. [maurits]
- Remove more HelpSys references. - Remove more HelpSys references.
Features Added Features Added
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<dtml-if manage_tabs_message> <dtml-if manage_tabs_message>
<div class="system-msg"> <div class="system-msg">
<dtml-var manage_tabs_message newline_to_br> <dtml-var manage_tabs_message newline_to_br html_quote>
(<dtml-var ZopeTime fmt="%Y-%m-%d %H:%M">) (<dtml-var ZopeTime fmt="%Y-%m-%d %H:%M">)
</div> </div>
</dtml-if> </dtml-if>
......
Markdown is supported
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