fix: patch critical fast-xml-parser vuln via @astrojs/rss 4.0.15 - #5
Merged
Conversation
…vuln Addresses CVE via entity encoding bypass (regex injection in DOCTYPE) in fast-xml-parser, which was pulled in transitively through @astrojs/rss. Bumping to 4.0.15 picks up the patched dependency version.
0x4m4d3u5
added a commit
that referenced
this pull request
Mar 2, 2026
astro 5.16.0 → 5.18.0 resolves: - h3 high (request smuggling) via unstorage update - devalue high x2 (DoS via memory/CPU exhaustion) - diff low (DoS in parsePatch) rollup pinned to ^4.59.0 as direct dep to resolve: - GHSA-mw96-cpmx-2vgc (arbitrary file write via path traversal) Also corrects @astrojs/rss constraint to ^4.0.15 (lockfile was already updated in #5, package.json constraint lagged behind). Remaining: 3 moderate vulns in @astrojs/check language-server chain (ajv, lodash) and mermaid (lodash-es) — no upstream fix available. All 173 tests pass, astro check clean.
2 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
@astrojs/rssfrom 4.0.14 → 4.0.15fast-xml-parservulnerability (entity encoding bypass via regex injection in DOCTYPE), pulled in transitively through@astrojs/rssTest plan
bun run verifypasses (format, lint, markdown lint, 173 tests, astro check)bun auditno longer reports critical forfast-xml-parserafter merge