Skip to content

Commit 23a5c02

Browse files
chore: upgrade tar to ^7.5.22 to address CVE-2026-59874 and GHSA-r292-9mhp-454m (#1472)
* 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> * 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> --------- Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com> Co-authored-by: Brendan Kellam <brendan@sourcebot.dev>
1 parent 97ebcd6 commit 23a5c02

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111
- Upgraded `brace-expansion` to `^1.1.17`/`^2.1.3`/`^5.0.8`. [#1527](https://github.com/sourcebot-dev/sourcebot/pull/1527)
12+
- Upgraded `tar` to `^7.5.22`. [#1472](https://github.com/sourcebot-dev/sourcebot/pull/1472)
1213

1314
## [5.1.5] - 2026-07-31
1415

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22574,15 +22574,15 @@ __metadata:
2257422574
linkType: hard
2257522575

2257622576
"tar@npm:^7.4.3":
22577-
version: 7.5.20
22578-
resolution: "tar@npm:7.5.20"
22577+
version: 7.5.22
22578+
resolution: "tar@npm:7.5.22"
2257922579
dependencies:
2258022580
"@isaacs/fs-minipass": "npm:^4.0.0"
2258122581
chownr: "npm:^3.0.0"
2258222582
minipass: "npm:^7.1.2"
2258322583
minizlib: "npm:^3.1.0"
2258422584
yallist: "npm:^5.0.0"
22585-
checksum: 10c0/4df4335c6d958b76adf1eaced55889dec3ca1c51f450658a074af80694bb0d9c154a8e93fdf4da617372d1575b121295379993961bbe4cd4b0867c0e5689846a
22585+
checksum: 10c0/1311f6be85a8157ac4c9147bae43e13923d2a1aae15e4aa1bd5239e4e03d2cf53cfe103dde7f35832fbb4c938b042856bc8e9a0afd29abd05e2d1608788c4fea
2258622586
languageName: node
2258722587
linkType: hard
2258822588

0 commit comments

Comments
 (0)