Skip to content

Commit 804b065

Browse files
chore: upgrade form-data to ^4.0.6 to address CVE-2026-12143 (#1316)
Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1341/sourcebot-devsourcebot-cve-2026-12143-form-data-crlf-injection-via#agent-session-3b143142) 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 7daaf5b commit 804b065

2 files changed

Lines changed: 16 additions & 6 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 `form-data` to `^4.0.6`. [#1316](https://github.com/sourcebot-dev/sourcebot/pull/1316)
1314
- Upgraded `hono` to `^4.12.25`. [#1322](https://github.com/sourcebot-dev/sourcebot/pull/1322)
1415
- Upgraded `dompurify` to `^3.4.11`. [#1332](https://github.com/sourcebot-dev/sourcebot/pull/1332)
1516
- Upgraded `nodemailer` to `^8.0.9`. [#1331](https://github.com/sourcebot-dev/sourcebot/pull/1331)

yarn.lock

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14646,15 +14646,15 @@ __metadata:
1464614646
linkType: hard
1464714647

1464814648
"form-data@npm:^4.0.0":
14649-
version: 4.0.4
14650-
resolution: "form-data@npm:4.0.4"
14649+
version: 4.0.6
14650+
resolution: "form-data@npm:4.0.6"
1465114651
dependencies:
1465214652
asynckit: "npm:^0.4.0"
1465314653
combined-stream: "npm:^1.0.8"
1465414654
es-set-tostringtag: "npm:^2.1.0"
14655-
hasown: "npm:^2.0.2"
14656-
mime-types: "npm:^2.1.12"
14657-
checksum: 10c0/373525a9a034b9d57073e55eab79e501a714ffac02e7a9b01be1c820780652b16e4101819785e1e18f8d98f0aee866cc654d660a435c378e16a72f2e7cac9695
14655+
hasown: "npm:^2.0.4"
14656+
mime-types: "npm:^2.1.35"
14657+
checksum: 10c0/43947a77bf0ff45c6ceed789778982d47a3f3e720a74b71721174ebf3310a5f1a8be1d6b38a3ee3688e8a18a2c4273073ec0844cd37efda3eaf46d41c9c318ff
1465814658
languageName: node
1465914659
linkType: hard
1466014660

@@ -15217,6 +15217,15 @@ __metadata:
1521715217
languageName: node
1521815218
linkType: hard
1521915219

15220+
"hasown@npm:^2.0.4":
15221+
version: 2.0.4
15222+
resolution: "hasown@npm:2.0.4"
15223+
dependencies:
15224+
function-bind: "npm:^1.1.2"
15225+
checksum: 10c0/2d8de939e270b70618f8cebb69746620db10617dbb495bc66ddad326955ea24d3ca4af133aff3eb7c1853e0218f867bc2b050ec26fe02e3aea58f880ffc5e506
15226+
languageName: node
15227+
linkType: hard
15228+
1522015229
"hast-util-from-parse5@npm:^8.0.0":
1522115230
version: 8.0.3
1522215231
resolution: "hast-util-from-parse5@npm:8.0.3"
@@ -17671,7 +17680,7 @@ __metadata:
1767117680
languageName: node
1767217681
linkType: hard
1767317682

17674-
"mime-types@npm:^2.1.12, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34":
17683+
"mime-types@npm:^2.1.35, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34":
1767517684
version: 2.1.35
1767617685
resolution: "mime-types@npm:2.1.35"
1767717686
dependencies:

0 commit comments

Comments
 (0)