Get Cve Overview
GET/uve/api/v1/dashboard/vulnerabilities/cve-overview
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Get the overview of the CVE with its CVSS score, the impacted stages, severity, risk factors, the package name, and the distributions affected by this CVE.
info
Replacement Endpoint: Get CVE Overview - POST
Request
Query Parameters
cve_id stringrequired
CVE ID
Example: CVE-2021-44288
asset_type string[]
Possible values: [package
, iac
, deployedImage
, vmImage
, registryImage
, host
, serverlessFunction
]
Asset Type
life_cycle string[]
Possible values: [code
, build
, deploy
, run
]
Life Cycle
severities string[]
Possible values: [critical
, medium
, high
, low
]
Severity
Responses
- 200
- 400
- 401
- 403
- 429
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
cveId string
description string
cvss double
packageName string
fixVersion string
impactedVersion string
publishedDate int64
lifeCycle string[]
riskFactors string[]
severity string
cpuArch string
impactedDistrosList object[]
distro string
impactCount int32
highestCVSS double
highestSeverity string
firstPublishedDate int64
lastModifiedDate int64
distroDetailsList object[]
cvss double
packageName string
release string
severity string
affectedVersion string
fixedTime int64
publishedDate int64
modifiedDate int64
epssScore int64
epssScorePrevious int64
completeEpssScore double
{
"cveId": "string",
"description": "string",
"cvss": 0,
"packageName": "string",
"fixVersion": "string",
"impactedVersion": "string",
"publishedDate": 0,
"lifeCycle": [
"string"
],
"riskFactors": [
"string"
],
"severity": "string",
"cpuArch": "string",
"impactedDistrosList": [
{
"distro": "string",
"impactCount": 0,
"highestCVSS": 0,
"highestSeverity": "string",
"firstPublishedDate": 0,
"lastModifiedDate": 0,
"distroDetailsList": [
{
"cvss": 0,
"packageName": "string",
"release": "string",
"severity": "string",
"affectedVersion": "string",
"fixedTime": 0,
"publishedDate": 0,
"modifiedDate": 0
}
]
}
],
"epssScore": 0,
"epssScorePrevious": 0,
"completeEpssScore": 0
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
User doesn't have required role
- application/json
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
Rate Limit Exceeded
- application/json
- Schema
- Example (from schema)
Schema
code string
message string
target string
{
"code": "string",
"message": "string",
"target": "string"
}
Loading...