Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update message-inspector.ftl #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexeyLevin
Copy link

@AlexeyLevin AlexeyLevin commented Jan 19, 2019

#12 escape xml, html, etc. tags in message body

escape xml, html, etc. tags in message
@@ -96,7 +96,7 @@
<span class="label label-default">Compression:</span> ${msg.compressionCodec}
<div>
<a href="#" class="toggle-msg"><i class="fa fa-chevron-circle-right">&nbsp;</i></a>
<pre class="message-body">${msg.message!''}</pre>
<pre class="message-body"><xmp>${msg.message!''}</xmp></pre>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From my understanding, the <xmp> tag is considered obsolete and deprecated. This would probably be better handled at the Freemarker level as it would also address any XSS vulnerabilities related to displaying message data.

https://freemarker.apache.org/docs/dgui_misc_autoescaping.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants