jfrog_get_vulnerability_info
Retrieve detailed vulnerability information, including affected packages and versions, by specifying a CVE ID. Supports pagination for efficient data handling and analysis.
Instructions
Useful for when you need to get a specific vulnerability information, including its affected packages and versions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cve_id | Yes | The CVE ID or vulnerability identifier to look up. | |
pageCount | No | Number of pages to return. | |
pageSize | No | Number of vulnerabilities to return per page. |