Compare commits

...

2 Commits

Author SHA1 Message Date
Chris Farhood 2789b6eb47 Regenerate lockfile for lodash override
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-03 18:15:36 +00:00
Gandalf the Greybeard 5cbf0af261 fix: override lodash >=4.18.0 to patch code injection vulnerability
GHSA-r5fr-rjxr-66jc is a code injection vulnerability in lodash
below 4.18.0. The vulnerable transitive dependency comes through
@kinvolk/headlamp-plugin.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-23 10:58:21 +00:00
2 changed files with 1167 additions and 752 deletions
+2 -1
View File
@@ -51,7 +51,8 @@
], ],
"overrides": { "overrides": {
"tar": "^7.5.11", "tar": "^7.5.11",
"undici": "^7.24.3" "undici": "^7.24.3",
"lodash": ">=4.18.0"
}, },
"dependencies": { "dependencies": {
"node-forge": "^1.4.0" "node-forge": "^1.4.0"
+1165 -751
View File
File diff suppressed because it is too large Load Diff