From 06d640c0fc50afb6962b8230bac3fa4015bc0534 Mon Sep 17 00:00:00 2001 From: "linear-code[bot]" <222613912+linear-code[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:38:48 +0000 Subject: [PATCH 1/2] chore: upgrade tar to ^7.5.20 to address CVE-2026-59874 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> --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 54653dc8d..051755b31 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22857,15 +22857,15 @@ __metadata: linkType: hard "tar@npm:^7.4.3": - version: 7.5.16 - resolution: "tar@npm:7.5.16" + version: 7.5.20 + resolution: "tar@npm:7.5.20" dependencies: "@isaacs/fs-minipass": "npm:^4.0.0" chownr: "npm:^3.0.0" minipass: "npm:^7.1.2" minizlib: "npm:^3.1.0" yallist: "npm:^5.0.0" - checksum: 10c0/4f37f3c4bd2ca2755fd736a5df1d573c1a868ec1b1e893346aeafa95ac510f9e2fd1469420bd866cc7904799e5bd4ac62b5d4f03fe27747d6e1e373b44505c5c + checksum: 10c0/4df4335c6d958b76adf1eaced55889dec3ca1c51f450658a074af80694bb0d9c154a8e93fdf4da617372d1575b121295379993961bbe4cd4b0867c0e5689846a languageName: node linkType: hard From 70b887373eef316a96c8b6a3fbdd8727b5650ffa Mon Sep 17 00:00:00 2001 From: "linear-code[bot]" <222613912+linear-code[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:39:08 +0000 Subject: [PATCH 2/2] docs: add CHANGELOG entry for tar upgrade 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> --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce01f93fa..579fc2692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed +- Upgraded `tar` to `^7.5.20`. [#1472](https://github.com/sourcebot-dev/sourcebot/pull/1472) + ## [5.1.3] - 2026-07-20 ### Added