Commit debe7079 authored by Hanno Schlichting's avatar Hanno Schlichting Committed by GitHub

Merge pull request #68 from zopefoundation/apply-plone-hotfix-20160830-master

Quote variable in manage_tabs to avoid XSS [master]
parents 84272f2a 8aa8b081
......@@ -11,6 +11,9 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
Bugs Fixed
++++++++++
- Quote variable in manage_tabs to avoid XSS.
From Products.PloneHotfix20160830. [maurits]
- Remove more HelpSys references.
Features Added
......
......@@ -97,7 +97,7 @@
<dtml-if manage_tabs_message>
<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">)
</div>
</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