Skip to content

Commit 08cf01d

Browse files
chore: upgrade tar to ^7.5.20 to address CVE-2026-59875 (#1474)
* chore: upgrade tar to ^7.5.20 to address CVE-2026-59875 Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1555/sourcebot-devsourcebot-cve-2026-59875-node-tar-node-tar-denial-of#agent-session-cf7a0688) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com> * chore: fix CHANGELOG PR link Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1555/sourcebot-devsourcebot-cve-2026-59875-node-tar-node-tar-denial-of#agent-session-cf7a0688) 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 e1ce46b commit 08cf01d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Fixed
11+
- Upgraded `tar` to `^7.5.20`. [#1474](https://github.com/sourcebot-dev/sourcebot/pull/1474)
12+
1013
### Changed
1114
- Reduced Sentry span sampling to 10% outside development. [#1475](https://github.com/sourcebot-dev/sourcebot/pull/1475)
1215

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22857,15 +22857,15 @@ __metadata:
2285722857
linkType: hard
2285822858

2285922859
"tar@npm:^7.4.3":
22860-
version: 7.5.16
22861-
resolution: "tar@npm:7.5.16"
22860+
version: 7.5.20
22861+
resolution: "tar@npm:7.5.20"
2286222862
dependencies:
2286322863
"@isaacs/fs-minipass": "npm:^4.0.0"
2286422864
chownr: "npm:^3.0.0"
2286522865
minipass: "npm:^7.1.2"
2286622866
minizlib: "npm:^3.1.0"
2286722867
yallist: "npm:^5.0.0"
22868-
checksum: 10c0/4f37f3c4bd2ca2755fd736a5df1d573c1a868ec1b1e893346aeafa95ac510f9e2fd1469420bd866cc7904799e5bd4ac62b5d4f03fe27747d6e1e373b44505c5c
22868+
checksum: 10c0/4df4335c6d958b76adf1eaced55889dec3ca1c51f450658a074af80694bb0d9c154a8e93fdf4da617372d1575b121295379993961bbe4cd4b0867c0e5689846a
2286922869
languageName: node
2287022870
linkType: hard
2287122871

0 commit comments

Comments
 (0)