Skip to content

fix(vscode): update qs lockfile#111

Closed
hongjr03 wants to merge 1 commit into
masterfrom
fix/qs-vulnerability
Closed

fix(vscode): update qs lockfile#111
hongjr03 wants to merge 1 commit into
masterfrom
fix/qs-vulnerability

Conversation

@hongjr03
Copy link
Copy Markdown
Member

Summary

This change updates the VS Code extension lockfile so the transitive qs dependency resolves to the patched 6.15.2 release.

Root cause: @vscode/vsce depends on typed-rest-client, which accepts qs through ^6.9.1; the lockfile had resolved it to 6.15.1, which is covered by GHSA-q8mj-m7cp-5q26 / CVE-2026-8723.

Validation

  • npm audit --json reports 0 vulnerabilities in editors/vscode
  • npm test
  • npm run package:debug

@hongjr03
Copy link
Copy Markdown
Member Author

Closing in favor of #112, which applies the same qs 6.15.2 lockfile update through Dependabot and has already been merged.

@hongjr03 hongjr03 closed this May 23, 2026
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.

1 participant