Skip to content

Commit 664796c

Browse files
Copilotfelickz
andauthored
Fix serialize-javascript CPU exhaustion DoS (GHSA-qj8w-gfj5-8c6v)
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
1 parent 89c2f01 commit 664796c

2 files changed

Lines changed: 7 additions & 16 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"typescript-eslint": "^8.64.0"
3333
},
3434
"overrides": {
35-
"@types/node": "^24.13.3"
35+
"@types/node": "^24.13.3",
36+
"serialize-javascript": "^7.0.5"
3637
},
3738
"scripts": {
3839
"build": "npm run build -w server && make -C client build && npm run build -w extensions/vscode",

0 commit comments

Comments
 (0)