From a9f3c74b0c462e4788a7ed364039fc63c3943a21 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 17 Jan 2025 10:08:25 -0500 Subject: [PATCH] Fixes #18379: Ensure RSS feed content within dashboard widget is sanitized --- netbox/templates/extras/dashboard/widgets/rssfeed.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/extras/dashboard/widgets/rssfeed.html b/netbox/templates/extras/dashboard/widgets/rssfeed.html index fa602a112..2528c5fc7 100644 --- a/netbox/templates/extras/dashboard/widgets/rssfeed.html +++ b/netbox/templates/extras/dashboard/widgets/rssfeed.html @@ -5,7 +5,7 @@
{{ entry.title }}
- {{ entry.summary|safe }} + {{ entry.summary }}
{% empty %}