Skip to content

Commit 89623cb

Browse files
priyanshu92Priyanshu AgrawalCopilotclaude
authored
Fix Dependabot security vulnerabilities in xmldom and uuid (#1557)
- Updated @xmldom/xmldom from 0.8.12 to 0.8.13 - Addresses alerts #173, #174, #175, #176 (high severity) - Fixes XML node/DocumentType/processing instruction/comment injection and uncontrolled recursion DoS - Updated uuid from 8.3.2 to 14.0.0 - Addresses alert #172 (medium severity) - Missing buffer bounds check in v3/v5/v6; codebase uses only v4 so no API changes required Co-authored-by: Priyanshu Agrawal <priyanshuag@Priyanshus-MacBook-Pro.local> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent af89e5e commit 89623cb

2 files changed

Lines changed: 36 additions & 11 deletions

File tree

package-lock.json

Lines changed: 34 additions & 9 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@
18231823
"@types/jwt-decode": "2.2.0",
18241824
"@types/node-fetch": "^2.6.2",
18251825
"@vscode/extension-telemetry": "^0.6.2",
1826-
"@xmldom/xmldom": "^0.8.12",
1826+
"@xmldom/xmldom": "^0.8.13",
18271827
"cockatiel": "^3.1.1",
18281828
"command-exists": "^1.2.9",
18291829
"find-process": "^1.4.7",
@@ -1839,7 +1839,7 @@
18391839
"stream-http": "^3.2.0",
18401840
"tty-browserify": "^0.0.1",
18411841
"unzip-stream": "^0.3.2",
1842-
"uuid": "^8.3.2",
1842+
"uuid": "^14.0.0",
18431843
"vscode-languageclient": "^7.0.0",
18441844
"vscode-languageserver": "^7.0.0",
18451845
"vscode-languageserver-textdocument": "^1.0.1",

0 commit comments

Comments
 (0)