Skip to content

Commit 597c401

Browse files
Piyush Singh GaurPiyush Singh Gaur
authored andcommitted
fix(sandbox): address high and critical security vulnerabilities across the codebase
address high and critical security vulnerabilities across the codebase GH-2495
1 parent 7225a17 commit 597c401

File tree

21 files changed

+1108
-1077
lines changed

21 files changed

+1108
-1077
lines changed

.trivyignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
CVE-2026-23745
22
CVE-2026-23950
33
CVE-2026-24842
4-
CVE-2026-26960
4+
CVE-2026-26960
5+
CVE-2026-29786
6+
CVE-2026-31802

package-lock.json

Lines changed: 4 additions & 12 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
@@ -63,7 +63,8 @@
6363
"glob": "^10.5.0"
6464
},
6565
"fast-xml-parser": "^5.5.6",
66-
"lodash": "^4.18.0"
66+
"lodash": "^4.18.0",
67+
"undici": "^6.24.0"
6768
},
6869
"dependencies": {
6970
"@lavamoat/allow-scripts": "^3.4.1",

0 commit comments

Comments
 (0)