README.md: the "Features" section was silent on everything built this session — added a subsection for the built-in App→CVE scanner (OSV/NVD-CPE/ cvelistV5), Wazuh false-positive suppression, and mobile device security (EOL/EOS, Android patch-level, per-CVE Android via Samsung SMR/Google ASB); extended the KEV bullet to mention the new advisory dashboard widget; added the new /api/v1/advisories endpoint group to the API table. README.DEV.md: added a 6th feature-group entry to "What this branch adds" and a full new section (matching the doc's existing per-feature style — what/why, module map, design decisions, out-of-scope) covering the App→CVE engine, FP suppression, mobile device security, and the KEV advisory feed, so this session's work has the same documentation trail as every earlier feature drop in this doc. frontend/README.md: was still the untouched create-next-app boilerplate, including "Deploy on Vercel" instructions that don't apply (this app ships via Docker Compose). Replaced with a short pointer to the root README/ README.DEV for setup and deployment. Not touched: .env.example DEFAULT_ADMIN_EMAIL (admin@vulnmanager.local) — verified consistent with README's own reference to it, no drift.
489 B
489 B
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.