chore(deps): bump tar to 7.5.20 to resolve critical DoS advisory - #17522
Merged
Conversation
Resolves GHSA-23hp-3jrh-7fpw (node-tar DoS via unlimited input, critical). tar was pulled transitively only through build/install tooling: - node-gyp@11 → tar@7.4.3 - unleash-client@6 → make-fetch-happen@13 → cacache@18 → tar@6.2.1 Added two resolutions: - tar@npm:^7.4.3 → 7.5.20 (patched, ≥7.5.19; 7.5.21+ still under the 10-day npmMinimalAgeGate quarantine) - make-fetch-happen@npm:^13.0.1 → ^14.0.3, which pulls cacache@19 (tar 7) and drops the unpatched tar@6.2.1 line entirely `yarn npm audit --severity critical --recursive` is now clean. Assisted-by: Claude <noreply@anthropic.com>
leamotta
approved these changes
Jul 28, 2026
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.
Assisted-by: Claude noreply@anthropic.com
The type of this PR is: Chore
Description
yarn npm audit --severity critical --recursivefails with:Added two
resolutionsinpackage.json:tar@npm:^7.4.3->7.5.20— patched (>= 7.5.19). Not7.5.22because 7.5.21+ is still inside the repo's 10-daynpmMinimalAgeGatequarantine.make-fetch-happen@npm:^13.0.1->^14.0.3— pushesunleash-clientontocacache@19(tar 7), removing the unpatchedtar@6.2.1(no 6.x backport exists). Avoids a global tar override that would breakcacache@18(written against the tar 6 API).