cve

Recent CVEs (bare array)

The same list as GET /cve?recent=true, but the 200 body is the bare JSON array — no {count, days} envelope. Newest first, from the Redis cve:recent list with a catalog fallback when it is empty; an empty array on a database error rather than a 5xx. Costs one request of the monthly quota.

get/cve/recent

Query parameters

limitinteger

Number of CVEs, 1–100 (default 20).

severitystring

Keep only this severity: CRITICAL, HIGH, MEDIUM or LOW (case-insensitive).

Response

Array of CVE items: id/cveId, description, summary, severity, cvssScore, cvssVector, published, lastModified and their legacy aliases

object[] required

Changes