Skip to content

fix(deps): pin qs to the patched release closing the null-array DoS - #17

Merged
Mearman merged 1 commit into
mainfrom
fix/qs-dos-override
Sep 13, 2026
Merged

Mearman merged 1 commit into
mainfrom
fix/qs-dos-override

Conversation

@Mearman

@Mearman Mearman commented Sep 13, 2026

Copy link
Copy Markdown
Member

Summary

Closes Dependabot alert #21 (GHSA-q8mj-m7cp-5q26, CVE-2026-8723): a transitive dev-only qs dependency (pulled in by @stryker-mutator/core via typed-rest-client) sat in the vulnerable range for a synchronous-throw DoS in qs.stringify. Pinned to 6.15.2 (the first patched release) via a pnpm override, matching the existing pattern for other age-gated transitive pins in this repo.

Test plan

  • lint/typecheck/test all green after the override
  • CI verify passes

@stryker-mutator/core pulls in qs 6.15.1 transitively (via
typed-rest-client), which is in the vulnerable range for
GHSA-q8mj-m7cp-5q26: qs.stringify throws synchronously on a null or
undefined array element when arrayFormat is "comma" and
encodeValuesOnly is set. Dev-only dependency, never shipped in the
published package, but the fixed 6.15.2 release is well past the
minimum-release-age gate, so there is no reason to stay on the
vulnerable range.
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-13T05:32:25.112695Z e64c733 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Mearman
Mearman merged commit 546cea6 into main Sep 13, 2026
4 checks passed
@Mearman
Mearman deleted the fix/qs-dos-override branch September 13, 2026 05:35
@exaclaude

exaclaude Bot commented Sep 13, 2026

Copy link
Copy Markdown

🎉 This PR is included in version 1.1.7 🎉

The release is available on:

Your semantic-release bot 📦🚀

@exaclaude exaclaude Bot added the released label Sep 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant