fix: bump astro 5.18.0 + rollup 4.59.0, clear high-severity vulns - #6
Merged
Conversation
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.
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
astro5.16.0 → 5.18.0 to resolve h3 (request smuggling), devalue (DoS x2), and diff (DoS) vulnerabilitiesrollupto^4.59.0as direct dep to resolve path traversal arbitrary file write (GHSA-mw96-cpmx-2vgc)@astrojs/rsspackage.json constraint to^4.0.15(lockfile was already updated in fix: patch critical fast-xml-parser vuln via @astrojs/rss 4.0.15 #5, constraint lagged)Before: 10 vulnerabilities (4 high, 3 moderate, 3 low)
After: 3 moderate (ajv + lodash in @astrojs/check dev chain, lodash-es in mermaid — no upstream fix available)
Note:
bun auditstill shows rollup as flagged but this is a false positive — lockfile confirmsrollup@4.59.0which is the patched version; advisory range is<4.59.0.Test plan
bun run verifypasses (format, lint, markdown lint, 173 unit tests, astro type check — all clean)