chore: upgrade postcss to ^8.5.25 to address CVE-2026-69153 - #1543
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (17)
|
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.
Fixes SOU-1815
Refreshes the
postcsslockfile entry from8.5.22to8.5.25, which addresses:sourceMappingURL. Whenfromis unset, an attacker can makePreviousMap.loadFile()read an unintended source-map file through an absolute or directory-traversalsourceMappingURL, exposing the map'ssourcesandsourcesContentto the application. Patched in8.5.19; the advisory floor tracked in the issue is8.5.23.Every requester (
@sourcebot/webvia^8.5.12,next@16.2.11via^8.5.12,tailwindcss@3.4.17via^8.4.47,vite@8.0.16via^8.5.15) already admitted a patched version, so this is a lockfile refresh (yarn up -R postcss) with nopackage.jsonchange and no newresolutionsoverride.Note: the branch is named
cursor/cve/postcss-8.5.25rather thancursor/cve/postcssbecause the latter is still occupied by a stale branch from closed PR #1285.Verification
yarn why postcssreports8.5.25for every requester;yarn.lockcontains a singlepostcssentry and no8.5.22remains in the graph.yarn workspace @sourcebot/web lintis clean.yarn build(full monorepo, including the Next.js/Tailwind PostCSS pipeline) succeeds.yarn testpasses (1760 tests acrossqueryLanguage,shared,backend,web).🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only transitive dependency bump for a known PostCSS CVE; no application code or dependency range changes, with build/lint/test verification reported in the PR.
Overview
Bumps the resolved
postcssversion inyarn.lockfrom 8.5.22 to 8.5.25 to address CVE-2026-69153 (information disclosure via craftedsourceMappingURLin source-map loading). Nopackage.jsonorresolutionschanges—existing semver ranges already allowed a patched release; this is a lockfile refresh.Documents the upgrade under [Unreleased] → Fixed in
CHANGELOG.md.Reviewed by Cursor Bugbot for commit d2fc270. Bugbot is set up for automated code reviews on this repo. Configure here.