Customize search CSS - #278
Merged
Merged
Conversation
Erik Osterman (Cloud Posse) (osterman)
requested review from
a team
as code owners
December 15, 2022 19:52
Erik Osterman (Cloud Posse) (osterman)
temporarily deployed
to
preview
December 15, 2022 19:52 — with
GitHub Actions
Inactive
Andriy Knysh (aknysh)
approved these changes
Dec 15, 2022
Erik Osterman (Cloud Posse) (osterman)
added a commit
that referenced
this pull request
Sep 1, 2026
…er DoS) postcss-selector-parser < 6.1.3 and < 7.1.0 (< 7.1.3) allow uncontrolled AST recursion in toString(), a low-severity DoS (GHSA-w9m9-85wc-3x92 / CVE-2026-9358). Pins both major-version lines to their patched releases (6.1.3, 7.1.3) via pnpm.overrides, since the vulnerable package is only pulled in transitively. 39 other open CodeQL/Semgrep alerts on the repo were reviewed but none match this repo's one established safe-fix pattern (go/allocation-size-overflow), so per the security-remediate skill's conservative rule they're left for manual review rather than guessed at. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Erik Osterman (Cloud Posse) (osterman)
added a commit
that referenced
this pull request
Sep 1, 2026
…er DoS) postcss-selector-parser <7.1.3 allows denial of service through uncontrolled AST recursion (GHSA, Dependabot alert #278). Override to ^7.1.3 via pnpm.overrides, matching this repo's existing pattern for transitive-dependency patch bumps. Resolved to 7.1.5 in the lockfile. Verified: website build succeeds (npm run build).
Erik Osterman (Cloud Posse) (osterman)
added a commit
that referenced
this pull request
Sep 4, 2026
…er DoS) postcss-selector-parser <7.1.3 allows denial of service through uncontrolled AST recursion (GHSA, Dependabot alert #278). Override to ^7.1.3 via pnpm.overrides, matching this repo's existing pattern for transitive-dependency patch bumps. Resolved to 7.1.5 in the lockfile. Verified: website build succeeds (npm run build).
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.
what
why