Pin qs >=6.14.1 in /examples/cache_invalidation/edge_service#1228
Open
mbouaziz wants to merge 1 commit into
Open
Pin qs >=6.14.1 in /examples/cache_invalidation/edge_service#1228mbouaziz wants to merge 1 commit into
mbouaziz wants to merge 1 commit into
Conversation
Fixes Dependabot alert #111 (GHSA-6rw7-vpxm-498p, arrayLimit bypass in bracket notation enabling DoS via memory exhaustion, patched in 6.14.1). qs@6.13.0 is a transitive runtime dep pulled by express. Adding a pnpm override pins resolution to 6.15.2 (latest patched in 6.x). Changelog 6.13 -> 6.15 is patches and additive options; the arrayLimit fix is the intended security patch. No behavior change for our usage (default express query parsing on skipruntime endpoints). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Fixes Dependabot alert #111 — GHSA-6rw7-vpxm-498p (medium: arrayLimit bypass in bracket notation enabling DoS via memory exhaustion, patched in 6.14.1).
qs@6.13.0is a transitive runtime dep pulled in byexpress(via@skipruntime/server). Added to the existing pnpmoverridesblock; resolution moves to 6.15.2 (latest patched in 6.x).Diff
package.json: +1 line inpnpm.overrides.pnpm-lock.yaml: surgical change —qs@6.13.0 → qs@6.15.2across the express and body-parser snapshots.Compatibility
Changelog 6.13 → 6.15.2 is patches plus additive options (
throwOnParameterLimitExceededin 6.14.0,strictMergein 6.15.0). ThearrayLimitenforcement fix in 6.14.1 — the security patch — only changes behavior under attacker-style oversize inputs; default express query parsing on our skipruntime endpoints is unaffected.🤖 Generated with Claude Code