chore(deps): bump qs and fast-uri to clear the production dependency audit - #4578
Merged
Conversation
6 tasks
Joob1n
force-pushed
the
chore/bump-qs-audit
branch
2 times, most recently
from
September 2, 2026 16:14
a6ae809 to
929993c
Compare
Joob1n
force-pushed
the
chore/bump-qs-audit
branch
2 times, most recently
from
September 2, 2026 16:37
cab7320 to
64818bd
Compare
Contributor
Author
|
The remaining |
…audit `npm audit --omit=dev` reports two advisories against production dependencies: qs 6.15.3 (moderate: array-limit bypass via bracket-key comma parsing; DoS via attacker-controlled isBuffer), reached through @larksuiteoapi/node-sdk in @maka/runtime, and fast-uri 3.1.x (high: host confusion and SSRF via IDN, IPv6 and percent-decoding normalization). The "Build CLI release candidate" CI step and the Dependency audit workflow fail on any such advisory, so every PR on main is red until the lockfile moves. qs resolves to 6.16.0 and fast-uri to 3.1.7; the production dependency notices are regenerated for the new versions. Generated-by: Claude Code Claude-Session: https://claude.ai/code/session_014ajaRxC4jydavY9nYUFj5J
Joob1n
force-pushed
the
chore/bump-qs-audit
branch
from
September 2, 2026 18:13
64818bd to
4fe192a
Compare
6 tasks
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
npm audit --omit=devreports two advisories against production dependencies:qs@6.15.3(moderate — array-limit bypass via bracket-key comma parsing; DoS via attacker-controlledisBuffer), reached through@larksuiteoapi/node-sdkin@maka/runtime, andfast-uri@3.1.x(high — host confusion and SSRF via IDN, IPv6 and percent-decoding normalization; GHSA-5jgf-p345-68v8 and siblings). The Build CLI release candidate step and the Dependency audit workflow fail on any such advisory, so every PR onmaincurrently fails regardless of its content (e.g. https://github.com/apache/maka/actions/runs/33648229722, https://github.com/apache/maka/actions/runs/33655577529).qsresolves to 6.16.0 andfast-urito 3.1.7; the production dependency notices (Desktop and CLI) are regenerated for the new versions.Verification
npm audit --omit=dev --audit-level=moderate→ clean;npm audit --omit=dev --workspace maka-agent --json→total: 0;npm run check:third-party-noticesandnpm run check:cli-third-party-notices→ clean. No source changes.AI use
Select exactly one:
Tool(s) and scope: Claude Code — diagnosis and the lockfile bump; verified by the author.
Checklist
Does this PR entail a change in behavior?
https://claude.ai/code/session_014ajaRxC4jydavY9nYUFj5J