Closed
Patch website dependency graph to resolve qs vulnerabilities (pin transitive path to 6.15.2)#495
qs vulnerabilities (pin transitive path to 6.15.2)#495Conversation
Closed
Agent-Logs-Url: https://github.com/facebookresearch/balance/sessions/8378b62f-9c77-4147-8730-971fe5cb94f6 Co-authored-by: talgalili <976006+talgalili@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix security vulnerability in qs dependency
Patch website dependency graph to resolve May 24, 2026
qs vulnerabilities (pin transitive path to 6.15.2)
talgalili
marked this pull request as ready for review
May 24, 2026 14:13
There was a problem hiding this comment.
Pull request overview
This PR updates the Docusaurus website’s Yarn dependency graph to remediate known qs vulnerabilities by forcing transitive qs@~6.14.0 consumers to use qs@6.15.2, without upgrading Docusaurus itself.
Changes:
- Add a Yarn
resolutionsoverride forqsto require^6.15.2. - Update
website/yarn.lockso theqs@~6.14.0selector resolves to6.15.2.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
website/package.json |
Adds qs to Yarn resolutions to override vulnerable transitive constraints. |
website/yarn.lock |
Updates the qs@~6.14.0 lock entry to resolve to 6.15.2. |
Contributor
|
@talgalili has imported this pull request. If you are a Meta employee, you can view this in D106237139. |
Contributor
|
@talgalili merged this pull request in f2135e5. |
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.
Dependabot could not remediate
qsbecause Docusaurus/Express transitively constrained it to~6.14.0, which remains vulnerable across the reported advisories. This PR forces the website dependency graph onto a patchedqsline (>=6.15.2) without changing Docusaurus package versions.Dependency override
website/package.json:"qs": "^6.15.2"qs@~6.14.0path pulled via@docusaurus/* -> webpack-dev-server -> express.Lockfile update
website/yarn.lockso theqs@~6.14.0entry resolves to6.15.2(same tarball/integrity as existingqs@~6.15.1).Scope