Files
vulncheck/frontend
vulncheck af94797c3b feat(assets): coverage-gap report — installed packages with no finding (#4)
Tester: Wazuh's vuln-detector misses some products (MS365, mRemoteNG,
…). Chosen approach (safe option): surface the GAP, make NO automatic
CVE assignment → zero false positives.

Backend
- GET /api/v1/assets/{id}/coverage-gap: fetches syscollector packages,
  cross-references against the asset's open-vuln package_name blob
  (token match, len>=3 to avoid substring noise). Returns packages
  WITHOUT any finding, each annotated with its endoflife.date status
  when known (EOL / EOL SOON / out-of-active-support) — a hint only,
  never a CVE claim. Pure local data, no NVD, no rate-limit risk.

Frontend
- Amber check-circle action per Wazuh-linked asset opens a modal
  listing the gap packages (name / version / EOL hint), with a clear
  "investigate manually — no automatic CVE claim" disclaimer.

Operator workflow: spot a high-value uncovered package (e.g. an EOL
mRemoteNG), investigate in NVD/vendor advisories, mark accordingly.
Deliberately conservative — keeps data quality intact.
2026-06-01 08:45:32 +02:00
..
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00
2026-02-08 10:15:20 +01:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.