Skip to content

Commit cb95690

Browse files
committed
chore: add undici as explicit dependency for SSRF fix
Needed for the DNS-rebinding fix in connectors/fetch/client.js — undici's Agent/fetch (a matching-version pair) is used to pin the outbound connection to the pre-validated IP.
1 parent e3b2ac2 commit cb95690

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"express": "^5.2.1",
1919
"express-rate-limit": "^8.6.1",
2020
"helmet": "^8.0.0",
21+
"undici": "^8.9.0",
2122
"zod": "^4.4.3"
2223
},
2324
"devDependencies": {

0 commit comments

Comments
 (0)