Skip to main content

Get Impacted Distros for a Vulnerability

GET 

/asm/api/v1/asset/vulnerability

Get the list of all the distributions(distros) and its packages that are impacted by the vulnerability based on the CVE ID.

Request

Query Parameters

    cve_id stringrequired

    CVE id

Responses

Successful response

Schema
    cveId string
    cvssScore float
    severity string[]
    impactedDistros object[]
  • Array [
  • distro string
    impactCount int32
    distroDetails object[]
  • Array [
  • cvssScore float
    packageName string
    release string
    severity string
  • ]
  • ]
Loading...