latestOpenAPI 3.0.02026-08-0417295208.0 KB
6aef0cb7a151
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
Response
get CVE status for packages
Example response
{
"items": [
{
"cves": [
{
"id": "CVE-2019-9948"
}
]
}
]
}