Skip to content
Snippets Groups Projects
Commit ad3f2acc authored by Antoine Lambert's avatar Antoine Lambert
Browse files

templates/show-metadata.html: Fix for potential XSS injections

parent 3b526222
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ See top-level LICENSE file for more information
<tr>
<th class="swh-metadata-table-row swh-metadata-table-key">{{ key }}</th>
<td class="swh-metadata-table-row swh-metadata-table-value">
<pre>{{ val | safe | urlize_links_and_mails | safe }}</pre>
<pre>{{ val | escape }}</pre>
</td>
</tr>
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment