fix(deps): bump qs override to >=6.15.2 to patch DoS (CYPACK-1269)#1274
Merged
Conversation
5 tasks
Connoropolous
approved these changes
May 30, 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
Addresses the sole open Dependabot advisory (#140) — a medium-severity remotely-triggerable DoS in
qs<6.15.2 (GHSA-q8mj-m7cp-5q26):qs.stringifycrashes with aTypeErroron null/undefined entries in comma-format arrays whenencodeValuesOnlyis set.qsis pulled in transitively viaapps/cli > express@5.2.x > body-parser > qs. Per the team's dependency security policy, this is a deep transitive whose owning direct dep (express) has no released version that resolvesqs >=6.15.2, so the existing rootpnpm.overridesentry is bumped from>=6.14.2(which resolved to the still-vulnerable 6.15.1) to>=6.15.2.pnpm auditnow reports zero advisories.This supersedes #1251 (which bundled unrelated EgressProxy changes); that PR is being closed in favor of this one.
Linear: CYPACK-1269
Test plan
pnpm installregenerates lockfile withqs@6.15.2(single resolved version)pnpm auditreports no known vulnerabilitiespnpm buildsucceedspnpm typechecksucceedspnpm test:packages:run— all packages green