patch_management_cve_info
Retrieve CVE information associated with a specific patch by providing the patch ID and source. Use this to assess vulnerabilities linked to a patch.
Instructions
patch_management · GET /patchManagement/patch/{patchId}/cveInfo — Returns CVE info for a specific patch Required: patchId, source. Allowed values: source=XPATCH|VICARIUS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patchId | Yes | path param patchId | |
| source | No | query param source (str) | |
| from_ | No | query param from (int) | |
| size | No | query param size (int) | |
| showActive | No | query param showActive (bool) | |
| publisherProductHash | No | query param publisherProductHash (str) | |
| publisherOperatingSystemHash | No | query param publisherOperatingSystemHash (str) |