Skip to content

fix: update qs to resolve CVE-2026-8723#82

Merged
dannyneira merged 1 commit into
mainfrom
independabot/qs-cve-2026-8723
Jun 2, 2026
Merged

fix: update qs to resolve CVE-2026-8723#82
dannyneira merged 1 commit into
mainfrom
independabot/qs-cve-2026-8723

Conversation

@dannyneira

Copy link
Copy Markdown
Member

Summary

  • Updates transitive npm dependency qs from 6.15.0 to 6.15.2 in package-lock.json.
  • Resolves CVE-2026-8723 / GHSA-q8mj-m7cp-5q26, a remotely triggerable DoS in qs.stringify.
  • Dependency path: react-instantsearch -> instantsearch.js -> qs.

Dependabot alert

Advisory

Verification

  • npm ls qs --package-lock-only --all shows qs@6.15.2.
  • npm audit --json no longer reports qs.
  • npm run lint passes.
  • NEXT_PUBLIC_ALGOLIA_APP_ID=dummy NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=dummy ALGOLIA_SEARCH_ADMIN_KEY=dummy npx tsc lib/*.ts && NEXT_PUBLIC_ALGOLIA_APP_ID=dummy NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY=dummy ALGOLIA_SEARCH_ADMIN_KEY=dummy npx next build passes.

Note: npm run build invokes the repo's postbuild Algolia publishing script. With placeholder Algolia values it reaches the external publish step and fails DNS lookup for the dummy app id, so the underlying TypeScript and Next build commands were run directly for validation.

Conversation: https://staging.warp.dev/conversation/25d363f7-d567-4b61-84b7-5ca0bcf37fd0
Run: https://oz.staging.warp.dev/runs/019e799d-2a32-71bf-8859-6b02d8930e6d
This PR was generated with Oz.

Co-Authored-By: Oz <oz-agent@warp.dev>
@vercel

vercel Bot commented May 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
commands-dev Ready Ready Preview, Comment May 30, 2026 4:04pm

Request Review

@dannyneira dannyneira requested a review from jefflloyd June 1, 2026 20:06
@dannyneira dannyneira marked this pull request as ready for review June 1, 2026 20:06
@dannyneira dannyneira merged commit 9a93996 into main Jun 2, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants