[PR #18424] [MERGED] Fixes #18379: Ensure RSS feed content within dashboard widget is sanitized #15342

Closed
opened 2025-12-30 00:21:23 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/18424
Author: @jeremystretch
Created: 1/17/2025
Status: Merged
Merged: 1/17/2025
Merged by: @jeremystretch

Base: mainHead: 18379-rss-content-sanitization


📝 Commits (1)

  • a2b65c6 Fixes #18379: Ensure RSS feed content within dashboard widget is sanitized

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 netbox/templates/extras/dashboard/widgets/rssfeed.html (+1 -1)

📄 Description

Fixes: #18379

Remove the safe filter from RSS feed content. This will likely break some corner cases where special character rendering fails.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/18424 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 1/17/2025 **Status:** ✅ Merged **Merged:** 1/17/2025 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `main` ← **Head:** `18379-rss-content-sanitization` --- ### 📝 Commits (1) - [`a2b65c6`](https://github.com/netbox-community/netbox/commit/a2b65c685ae20ff2aaa5620600822b828294a22b) Fixes #18379: Ensure RSS feed content within dashboard widget is sanitized ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `netbox/templates/extras/dashboard/widgets/rssfeed.html` (+1 -1) </details> ### 📄 Description ### Fixes: #18379 Remove the `safe` filter from RSS feed content. This will likely break some corner cases where special character rendering fails. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:21:23 +01:00
adam closed this issue 2025-12-30 00:21:23 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15342