Get Component Vulnerabilities
  • 16 Apr 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Get Component Vulnerabilities

  • Dark
    Light
  • PDF

Article summary

Get Component Vulnerabilities

This endpoint will return all vulnerabilities for the specified CPE.

Endpoint

v1/vulnerability/getComponentVulnerabilities

Request Method

POST

Parameter

Description

id

The CPE of the component

Example Usage

curl --location 'https://api.ionchannel.io/v1/vulnerability/getComponentVulnerabilities'  \

--header 'Content-Type: application/json'  \

--header 'Authorization: Bearer TOKEN'  \

--data '[

    {

        "id":"cpe:/a:organization:product:1.0.0"

    }

]'


Was this article helpful?