v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
cves

Get list of the CVEs with status for provided list of packages

get/cves-report

Query parameters

sha256sstring[]

list of sha256 (may be comma-separated)

use_blobboolean

Response

get CVE status for packages

Example response

{
  "items": [
    {
      "cves": [
        {
          "id": "CVE-2019-9948"
        }
      ]
    }
  ]
}