chore: upgrade tar to ^7.5.22 to address CVE-2026-59874 and GHSA-r292-9mhp-454m - #1472
Merged
brendan-kellam merged 4 commits intoAug 4, 2026
Conversation
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1554/sourcebot-devsourcebot-cve-2026-59874-tar-node-tar-denial-of-service#agent-session-87c65d74) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1554/sourcebot-devsourcebot-cve-2026-59874-tar-node-tar-denial-of-service#agent-session-87c65d74) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (17)
|
…ebot-devsourcebot-cve-2026-59874-tar-node-tar-56dc # Conflicts: # CHANGELOG.md
brendan-kellam
marked this pull request as ready for review
August 4, 2026 01:16
brendan-kellam
deleted the
linear/sou-1554-sourcebot-devsourcebot-cve-2026-59874-tar-node-tar-56dc
branch
August 4, 2026 17:31
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.
Fixes SOU-1554
Fixes SOU-1629
Summary
Refreshes the
yarn.lockentry fortarto7.5.22, which is above the patched floors for:7.5.18)7.5.21)taris a transitive dependency throughnode-gypandcacache; both request^7.4.3, so the existing supported range admits the patched version. Nopackage.jsonchange orresolutionsoverride is required.The branch is merged with current
main, replacing the previous7.5.20lockfile selection with7.5.22.Verification
yarn install --immutableyarn why tar --recursiveselects onlytar@npm:7.5.22yarn test(115 files, 1,789 tests pass)git diff --checkNote
Low Risk
Lockfile-only security patch with no application code or direct dependency range changes; behavior impact is limited to the install/tooling stack that uses
tar.Overview
Bumps the locked transitive
tardependency from 7.5.20 to 7.5.22 inyarn.lockand records the change under [Unreleased] inCHANGELOG.md. Nopackage.jsonor Yarnresolutionschanges—callers still request^7.4.3, which already allows the patched release.This addresses CVE-2026-59874 (fixed in 7.5.18) and GHSA-r292-9mhp-454m (fixed in 7.5.21).
taris pulled in vianode-gypandcacacheduring native module installs, not application runtime logic.Reviewed by Cursor Bugbot for commit 3b8fb95. Bugbot is set up for automated code reviews on this repo. Configure here.