v1

latestOpenAPI 3.0.02026-08-0417295208.0 KB
cves

Get list of the CVEs with status for provided list of packages. Using Post as Get

post/cves-report

Query parameters

use_blobboolean

Request body

sha256sstring[] required

list of sha256 checksums

Response

get CVE status for packages

Example response

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