Skip to main content

Get Vulnerable Assets by CVE

POST 

/uve/api/v1/dashboard/vulnerabilities/vuln-assets

deprecated

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

Get the list of all the assets affected by the CVE.

info

Replacement Endpoint: Get Vulnerable Assets by CVE V2

Request

Body

    query string
    cve_id string

    cveId

    risk_factors string[]

    List of Risk Factors

    sort_by string

    Assets Order

    asset_type string

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

    List of Asset Types

    page_offset int32

    Page offset

    page_size int32

    Page Size

    filter_suppressed boolean

    Filter Suppressed

    severity string[]

    List of Severities

    life_cycle string[]

    List of Life Cycles

    account_groups string[]

    List of Account Groups

    account_ids string[]

    List of Account Ids

    account_names string[]

    List of Account Names

    clusters string[]

    List of Account Ids

    cluster_namespaces string[]

    List of Namespaces

Responses

Success

Schema
    value object
    cveId string
    severity string[]
    cbdrStage string[]
    riskFactors string[]
    cvssScore double
    packageData object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
  • deployedImages object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
  • iac object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
  • host object
    count int32
    repositorycount int32
    fixImpact object
    percentageVulns float
    across int64
    remediationAvailable object[]
  • Array [
  • action string
    status string
    actionResult string
    message string
  • ]
Loading...