Skip to main content

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

Success

Schema
    cveId string
    description string
    cvss double
    packageName string
    fixVersion string
    impactedVersion string
    publishedDate int64
    lifeCycle string[]
    riskFactors string[]
    severity string
    cpuArch string
    impactedDistrosList object[]
  • Array [
  • distro string
    impactCount int32
    highestCVSS double
    highestSeverity string
    firstPublishedDate int64
    lastModifiedDate int64
    distroDetailsList object[]
  • Array [
  • cvss double
    packageName string
    release string
    severity string
    affectedVersion string
    fixedTime int64
    publishedDate int64
    modifiedDate int64
  • ]
  • ]
  • epssScore int64
    epssScorePrevious int64
    completeEpssScore double
Loading...