Conversation
Adds a pnpm override pinning postcss to ^8.5.18, the first version patched against both GHSA-r28c-9q8g-f849 (path traversal via previous sourceMappingURL auto-loading, fixed in 8.5.18) and GHSA-6g55-p6wh-862q (arbitrary file read via attacker-controlled sourceMappingURL in CSS comments, fixed in 8.5.12). postcss is a transitive dependency of vite (devDependency); resolved version is now 8.5.22. Verified: pnpm build and pnpm test pass with no regressions.
This was referenced Jul 25, 2026
Dependabot alert #51 flagged that this PR's postcss override (^8.5.18, resolving to 8.5.22) is still within the vulnerable range for an incomplete-fix follow-up to the sourceMappingURL disclosure advisory (Medium). Upstream fully patched it in 8.5.23; bump the pnpm override to close the remaining exposure.
Collaborator
Author
|
Fro Bot autoheal: Dependabot alert #51 flagged that this PR's postcss override ( |
This was referenced Sep 1, 2026
This was referenced Sep 11, 2026
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
Two High-severity Dependabot advisories flagged
postcss@8.5.10(transitive dependency viavite, devDependency only):sourceMappingURL), leading to arbitrary.mapfile disclosure. Fixed in 8.5.18.sourceMappingURLin CSS comments. Fixed in 8.5.12.Fix
Added a
pnpm-workspace.yamloverride pinningpostcssto^8.5.18(first version covering both advisories), following the same pattern used for the existingfast-urioverride. Resolved version afterpnpm installis8.5.22.Verification
pnpm build— passes (tsc + vite build)pnpm test— 57 files / 1298 tests passing, no regressionspnpm why postcssconfirms single resolved version 8.5.22, no duplicate/conflicting resolutionsScope
Dependency-version-only change scoped to security remediation, per autohealing category 2 (Security). No other dependencies touched.
🤖 Generated by Fro Bot autohealing (schedule-95a0d398-30146724049)