Skip to content

Commit db69414

Browse files
jeremystretchbctiemann
authored andcommitted
Fixes #18379: Ensure RSS feed content within dashboard widget is sanitized
1 parent dacd58c commit db69414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/templates/extras/dashboard/widgets/rssfeed.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="list-group-item px-1 py-2">
66
<a href="{{ entry.link }}" class="text-body">{{ entry.title }}</a>
77
<div class="text-secondary">
8-
{{ entry.summary|safe }}
8+
{{ entry.summary }}
99
</div>
1010
</div>
1111
{% empty %}

0 commit comments

Comments
 (0)