Skip to content

Commit 12feb34

Browse files
chore: upgrade protobufjs to ^7.6.5 to address CVE-2026-59877
Refreshes the yarn.lock entry for protobufjs from 7.6.4 to 7.6.5 to address CVE-2026-59877 (DoS via infinite loop in .proto option parsing). All existing ^7.x ranges already admit the patched version. Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1556/sourcebot-devsourcebot-cve-2026-59877-protobufjs-denial-of-service-via#agent-session-2252c8a0) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
1 parent fbfea1a commit 12feb34

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 `protobufjs` to `^7.6.5`. [#1467](https://github.com/sourcebot-dev/sourcebot/pull/1467)
12+
1013
## [5.1.3] - 2026-07-20
1114

1215
### Added

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20244,8 +20244,8 @@ __metadata:
2024420244
linkType: hard
2024520245

2024620246
"protobufjs@npm:^7.3.0, protobufjs@npm:^7.4.0, protobufjs@npm:^7.5.3, protobufjs@npm:^7.5.4":
20247-
version: 7.6.4
20248-
resolution: "protobufjs@npm:7.6.4"
20247+
version: 7.6.5
20248+
resolution: "protobufjs@npm:7.6.5"
2024920249
dependencies:
2025020250
"@protobufjs/aspromise": "npm:^1.1.2"
2025120251
"@protobufjs/base64": "npm:^1.1.2"
@@ -20258,7 +20258,7 @@ __metadata:
2025820258
"@protobufjs/utf8": "npm:^1.1.1"
2025920259
"@types/node": "npm:>=13.7.0"
2026020260
long: "npm:^5.3.2"
20261-
checksum: 10c0/6403eaa9c5a72cc6450c11f38fefafdde243fd806e7ac606ac8d591bc3fdaec45ae764febf83181a2d9aac51aca624e0f46dec368ceea191f7e85e2d6ccaaf93
20261+
checksum: 10c0/863eaca9c6f45bfcfb8787c545f53e9c6696507e328e3981b4643c12d35df7f2826021c10e3fd30bef342c13a8e9d306547bac9c0849ee3bf50f770a12f01dc5
2026220262
languageName: node
2026320263
linkType: hard
2026420264

0 commit comments

Comments
 (0)