The backend log carried OS-EOL and mobile-EOL findings, reactivations, and Defender's resolved count; the UI showed none of them. A sync that closed 241 Defender CVEs and surfaced 44 mobile EOL issues read as '144 devices, 144 matched, 0 created, 380 app findings' — nothing about the work it had done. Non-zero counts are appended now, zeros stay hidden so a quiet sync stays short. Defender gets its own group: new, resolved, unmatched devices. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
TrueVuln Frontend
Next.js 16 (App Router) UI for TrueVuln. See the root README for setup, deployment, and configuration — this app is deployed via Docker Compose alongside the backend, not standalone or on Vercel.
Local dev (without Docker)
npm install
npm run dev
Open http://localhost:3000. The dev server proxies API calls to the backend — see ../README.DEV.md for the full local (non-Docker) setup.