Skip to content

Commit 08f089a

Browse files
fix(dts-plugin): update koa to 2.16.2 to fix CVE-2025-8129 (#3963)
Co-authored-by: Claude <[email protected]>
1 parent 98a29c3 commit 08f089a

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
"@module-federation/dts-plugin": patch
3+
---
4+
5+
fix(dts-plugin): update koa to 2.16.2 to fix CVE-2025-8129
6+
7+
Security fix for open redirect vulnerability (GHSA-jgmv-j7ww-jx2x) in koa dependency.
8+
Updates koa from 2.16.1 to 2.16.2 to prevent attackers from manipulating the Referrer
9+
header in koa's back redirect functionality. Version 2.16.2 restricts redirects to
10+
same-origin only, preventing malicious external redirects.

packages/dts-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"chalk": "3.0.0",
6161
"fs-extra": "9.1.0",
6262
"isomorphic-ws": "5.0.0",
63-
"koa": "2.16.1",
63+
"koa": "2.16.2",
6464
"log4js": "6.9.1",
6565
"node-schedule": "2.1.1",
6666
"ws": "8.18.0"

pnpm-lock.yaml

Lines changed: 34 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)