🧩 CVE
Get last CVE check result
Get last CVE check result
get/cve/check/last
Query parameters
groupIdstring
Id of node groups you want to get from last CVE check
nodeIdstring
Id of nodes you want to get from last CVE check
cveIdstring
Id of CVE you want to get from last CVE check
packagestring
Name of packages you want to get from last CVE check
severity'critical' | 'high' | 'medium' | 'low' | 'none' | 'unknown'
Severity of the CVE you want to get from last CVE check
Response
Last CVE check
Example response
{
"data": {
"CVEChecks": [
{
"cveId": "CVE-2019-5953",
"score": {
"value": 9.5,
"severity": "Critical"
},
"packages": [
{
"name": "libssh2-1",
"version": "1.7.0-1"
}
]
}
]
}
}