chore(deps): floor website postcss at 8.5.18#685
Merged
Conversation
postcss <=8.5.17 discloses arbitrary .map files through path traversal in the previous-source-map auto-loader (GHSA-r28c-9q8g-f849, high), fixed in 8.5.18. Transitive via @docusaurus/core; the docs-site lockfile pinned 8.5.14 and the existing >=8.5.10 floor still permitted it.
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
Clears a high-severity Dependabot advisory in the docs-site lockfile. Transitive through the Docusaurus toolchain; the Trivy filesystem scan is a required check, so it blocks non-docs PRs.
Closes #684
Changes
postcssfloor raised>=8.5.10->>=8.5.18: source-map path traversal in the previous-source-map auto-loader discloses arbitrary.mapfiles (GHSA-r28c-9q8g-f849). The lockfile pinned 8.5.14; it now resolves to 8.5.22.Testing
pnpm install --frozen-lockfileclean andpnpm buildsucceeds. All checks pass.Type of Change
fix:)feat:)refactor:)docs:)ci:)chore:)Checklist
Closes #Ntype:*and onepriority:*labelphase:*label (or none when not roadmap work)feat/<slug>,fix/<slug>, etc.)mypy src/)ruff check .)ruff format --check .)