Skip to content

Commit ed74594

Browse files
chore: upgrade ws to ^8.21.0 to address CVE-2026-48779 (#1324)
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1342/sourcebot-devsourcebot-cve-2026-48779-ws-memory-exhaustion-dos-from#agent-session-12b72ca1) Co-authored-by: Brendan Kellam <10233483+brendan-kellam@users.noreply.github.com> Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
1 parent a6d1d6c commit ed74594

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111
- Upgraded `@grpc/grpc-js` to `^1.14.4`. [#1315](https://github.com/sourcebot-dev/sourcebot/pull/1315)
1212
- Upgraded `vite` to `^8.0.16`. [#1313](https://github.com/sourcebot-dev/sourcebot/pull/1313)
13+
- Upgraded `ws` to `^8.21.0`. [#1324](https://github.com/sourcebot-dev/sourcebot/pull/1324)
1314
- Upgraded `@babel/core` to `^7.29.6`. [#1333](https://github.com/sourcebot-dev/sourcebot/pull/1333)
1415
- Upgraded `markdown-it` to `^14.2.0`. [#1321](https://github.com/sourcebot-dev/sourcebot/pull/1321)
1516
- Upgraded `form-data` to `^4.0.6`. [#1316](https://github.com/sourcebot-dev/sourcebot/pull/1316)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"teeny-request@npm:^10.0.0": "^10.1.2",
6060
"uuid": "^14.0.0",
6161
"fast-uri@npm:^3.0.1": "^3.1.2",
62-
"shell-quote@npm:1.8.3": "^1.8.4"
62+
"shell-quote@npm:1.8.3": "^1.8.4",
63+
"ws@npm:~8.20.1": "^8.21.0"
6364
}
6465
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23472,9 +23472,9 @@ __metadata:
2347223472
languageName: node
2347323473
linkType: hard
2347423474

23475-
"ws@npm:^8.18.0, ws@npm:~8.20.1":
23476-
version: 8.20.1
23477-
resolution: "ws@npm:8.20.1"
23475+
"ws@npm:^8.18.0, ws@npm:^8.21.0":
23476+
version: 8.21.0
23477+
resolution: "ws@npm:8.21.0"
2347823478
peerDependencies:
2347923479
bufferutil: ^4.0.1
2348023480
utf-8-validate: ">=5.0.2"
@@ -23483,7 +23483,7 @@ __metadata:
2348323483
optional: true
2348423484
utf-8-validate:
2348523485
optional: true
23486-
checksum: 10c0/ce162433218399cdedeb76fd33363d4d86a7d910058d4e3c679dce08cea65d6da6b39f11baa4d7808d024cf46ed88f6a05c17611621aaad8fc5e62edacc30c5d
23486+
checksum: 10c0/ef4a243476283fc49bc7550966c4af4aa0eef56273837211e700de3b664e08604a760cdddcb5ba43c049140e74ccfec5b0ee0bb439e08c2adf9138902fdde5f9
2348723487
languageName: node
2348823488
linkType: hard
2348923489

0 commit comments

Comments
 (0)