Skip to content

Vulnerabilities

Synchronize CVE feeds (NVD, CISA, MITRE), match against assets/software, and track remediation in Vulnerabilities module.

LayerPath
BackendBackend/internal/domain/vulnerabilities/
CVE sync jobsBackground fetch from external APIs
FrontendVulnerabilities UI
sequenceDiagram
    participant Job as CVE sync job
    participant NVD as NVD/CISA APIs
    participant DB as Azure SQL
    participant API as Cloud Backend

    Job->>NVD: Fetch feed updates
    Job->>DB: Upsert CVE records
    API->>DB: Match CVEs to asset software (on read/scan)

See also domain flow — CVE sync.

IssueCheck
Stale CVE dataJob schedule; API key NVD_API_KEY
No matches on assetSoftware normalization; CPE gaps (Host Agent CPE → TODO.md)