get_cwe_parents
Retrieve parent weaknesses for a given CWE ID, optionally filtered by a view, to explore taxonomy relationships in the CWE database.
Instructions
Get parents 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 "Parents" array or error information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | ||
| cwe_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |