get_cwe_descendants
Retrieve the full list of descendant CWE weaknesses for a given CWE ID, with optional view-based filtering, to understand taxonomy inheritance and relationships.
Instructions
Get descendants of a specified CWE weakness, filtered by view
Args: cwe_id: CWE ID (with/without 'CWE-') view: Optional view identifier to filter relationships
Returns: Dictionary with "Descendants" array or error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | ||
| cwe_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |