This repository was archived by the owner on Mar 14, 2026. It is now read-only.
Update miniflux/miniflux Docker tag to v2.2.17 - #170
Open
bphenriques wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.2.16->2.2.17Release Notes
miniflux/v2 (miniflux/miniflux)
v2.2.17: Miniflux 2.2.17Compare Source
Security
golang.org/x/net/htmlparser to better match browser behavior and reduce the risk of injection issues.srcsetURLs.TRUSTED_REVERSE_PROXY_NETWORKSconfiguration to prevent silent misconfiguration.Improvements
Rewrite
srcsetparser to follow HTML specifications (WebKit-style parsing) and handle edge cases more correctly.Improve sanitizer performance (various optimizations, including reduced allocations and better attribute handling).
Handle deeply nested HTML more robustly in the sanitizer.
Add scraper and rewrite rules for:
bleepingcomputer.comvnexpress.netImprove JSON Feed support:
authorobjects in theauthorsarray.nullfeeds.external_urlin JSON entry hash fallback.Ignore WordPress
wp-jsonAPI endpoint during JSON feed discovery.Add unread status filter to search results.
Improve timezone handling internals and performance.
Improve API payload structures and Godoc comments.
Improve JavaScript code readability and keyboard shortcut handling.
Restore cmd/ctrl/shift-click behavior on main navigation.
Fix Safari PWA behavior for the
vshortcut to open links in the main browser.Bug Fixes
sql.ErrNoRowsproperly inIconByFeedID.FindRemoteIPto fall back to127.0.0.1.Configuration Changes
FILTER_ENTRY_MAX_AGE_DAYS.This option can be replaced with a filter rule such as
max-age:<duration>.Global environment variables should be reserved for process-level configuration.
Dependencies
Update
github.com/lib/pqto 1.11.2.Update:
golang.org/x/netto 0.50.0golang.org/x/cryptoto 0.48.0golang.org/x/imageto 0.36.0golang.org/x/oauth2to 0.35.0golang.org/x/termto 0.40.0Update Debian packager Docker image to Trixie.
As always, thank you to all contributors who helped improve Miniflux in this release.