From bb283d8923b2ca5f202602e26b8b14cb36dc2e52 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-engineer[bot]" <269729446+privilegedescalation-engineer[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 03:23:57 +0000 Subject: [PATCH] fix: override lodash >=4.18.0 to patch code injection vulnerability (#29) * Regenerate lockfile for lodash override - Explicitly add lodash@4.18.1 to ensure override is respected - Regenerated pnpm-lock.yaml with resolved lodash@4.18.1 (CVE fix) Co-Authored-By: Paperclip * fix: drop bogus direct lodash devDependency that conflicted with override The rebase added "lodash": "4.18.1" as a direct devDependency alongside the >=4.18.0 override, which npm rejects with EOVERRIDE during the headlamp-plugin build step. The plugin source does not import lodash; the override alone is sufficient to patch the transitive CVE. Co-Authored-By: Paperclip --------- Co-authored-by: Chris Farhood Co-authored-by: Paperclip