Get the vulnerability taxonomy
get_taxonomyRetrieve vulnerability taxonomy nodes with IDs, names, baseline priorities, CVSS vectors, and CWE mappings. Filter by query to find the node needed for grade reports.
Instructions
The published vulnerability taxonomy every BugSecure grade is judged against: each node’s id, name, baseline priority (1 = most severe, null = varies), and default CVSS vector and CWE where the taxonomy maps one. grade_report needs a node id from here. Filter with query (matched against ids and names) rather than paging through the whole list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (1–200). | |
| query | No | Case-insensitive words that must all appear in the node id or name, e.g. "stored xss". | |
| offset | No | Results to skip. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| nodes | No | ||
| total | No | Nodes matching the query. | |
| offset | No | ||
| nextOffset | No | Next page’s `offset`; null on the last page. | |
| taxonomyId | No | ||
| taxonomyVersion | No |