Skip to main content

Get CVE Overview

GET 

/uve/api/v1/dashboard/vulnerabilities/cve-overview

Get the overview of the CVE with its CVSS score, the impacted stages, severity, risk factors, the package name, and the distros affected by this CVE.

info

This endpoint is available on the Prisma Cloud Darwin release only.

Request

Query Parameters

    cve_id stringrequired

    CVE ID

Responses

Successful response

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 integer
    highestCVSS integer
    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
  • ]
  • ]
Loading...