search_vulnerability
Search which Dependency-Track projects are affected by a specific vulnerability ID and retrieve the analysis state per component to understand impact and resolution decisions.
Instructions
Search which projects are affected by a vulnerability.
Given a vulnerability id (e.g. "CVE-2024-1234"), resolves it, then finds every DT project that contains a finding for this vulnerability (or any of its aliases). For each project returns the analysis state per affected component.
Use this to answer "which products are affected by CVE-X and what's been decided?" without manually iterating over projects. Read-only.
Args: vuln_id: Vulnerability id (e.g. "CVE-2024-1234", "GHSA-xxxx"). active_only: Skip inactive/archived projects. Default True. only_analyzed: Only include projects/findings with a non-NOT_SET analysis state. Default False.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vuln_id | Yes | ||
| active_only | No | ||
| only_analyzed | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |