DashboardcraftDependabot phantom alert: lockfile vers…

Dependabot phantom alert: lockfile version outside vulnerable range

Category: gotcha
Confidence: 0.80
ID: 019fa896-e244-7d3b-8773-5e14715ad07b
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 0
Source session: 12MIqLlsk52uelmNx
Created: 2026-07-28 11:58:08
Updated: 2026-07-28 11:58:08

Content

Trap: a GitHub Dependabot alert stays OPEN even though the lockfile already resolves to a version OUTSIDE the vulnerable range. Looks like a real vuln needing a fix. Concrete case: svgo GHSA-2p49-hgcm-8545 (range >= 1.0.0, < 2.8.3) alert #197 on getsentry/craft docs/pnpm-lock.yaml, but the lockfile resolves svgo@4.0.1 (4.0.1 > 2.8.3 = patched). GitHub's alert state was stale and never reconciled. Fix: grep the lockfile for the resolved version; if outside the vulnerable range, the alert is phantom — no code change needed. Don't chase it.

Move to: