Compare commits

..

2 Commits

Author SHA1 Message Date
Chris Farhood 9af291a8fb chore: regenerate pnpm-lock.yaml with lodash >=4.18.0 override
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-03 18:07:29 +00:00
Gandalf the Greybeard a7daabe4a0 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:22 +00:00
4 changed files with 3 additions and 19858 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ npm run lint # ESLint
| Symptom | Cause | Fix |
|---------|-------|-----|
| "kube-vip Not Detected" | No kube-vip pods in kube-system namespace | Install kube-vip per https://kube-vip.io/docs/installation/ |
| "kube-vip Not Detected" | No kube-vip pods in kube-system | Install kube-vip per https://kube-vip.io/docs/installation/ |
| No IP pools shown | kubevip ConfigMap not found | Install kube-vip-cloud-provider |
| Services show "Pending" VIP | No IP pool configured or pool exhausted | Add IP ranges to kubevip ConfigMap |
| Leader shows "—" | No kube-vip leases found | Verify leader election is enabled (`vip_leaderelection=true`) |
-19853
View File
File diff suppressed because it is too large Load Diff
+1 -2
View File
@@ -32,8 +32,7 @@
"overrides": {
"tar": "^7.5.11",
"undici": "^7.24.3",
"lodash": ">=4.18.0",
"vite": ">=6.4.2"
"lodash": ">=4.18.0"
},
"devDependencies": {
"@headlamp-k8s/eslint-config": "^0.6.0",
+1 -2
View File
@@ -21,7 +21,6 @@ import {
isEgressEnabled,
isKubeVipService,
isPodReady,
KUBE_VIP_NAMESPACE,
phaseToStatus,
} from '../api/k8s';
import { useKubeVipContext } from '../api/KubeVipDataContext';
@@ -106,7 +105,7 @@ export default function OverviewPage() {
{
name: 'Status',
value: (
<StatusLabel status="error">No kube-vip pods found in {KUBE_VIP_NAMESPACE}</StatusLabel>
<StatusLabel status="error">No kube-vip pods found in kube-system</StatusLabel>
),
},
{