Skip to main content

Get CVE Details by ID

POST 

/uve/api/v1/vulnerabilities/download

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Get the CVE details and impacted assets by CVE ID in a GZIP CSV format.

info

Replacement Endpoint: Get CVE Details by ID V3

Note: You need investigateVulnerabilityRql feature with View permission to access this endpoint. Verify if your permission group includes this feature using the Get Permission Group by ID endpoint. You can also check this in the Prisma Cloud console by ensuring that Investigate > Vulnerability is enabled.

Request

Body

    cveId stringrequired

    CVE ID

    riskFactors string[]

    List of Risk Factors

    assetType string

    Possible values: [package, serverlessFunction, iac, deployedImage, vmImage, registryImage, host]

    Asset Type

    accountGroups string[]

    List of Cloud Account Groups

    accountIds string[]

    List of Cloud Account IDs

    clusterName string[]

    List of Clusters

    clusterNamespace string[]

    List of Namespaces

    unifiedAssetId string

    Unified Asset ID

Responses

successful operation

Schema
  • Array [
  • string

  • ]
Loading...