show_hotspot
Get complete security hotspot details by supplying a hotspot key: rule, affected component, author, status, and resolution.
Instructions
Return the full hotspot payload (rule, component, author, status) for a specific key.
Returns detailed information about a security hotspot, including the security rule that triggered it, the affected component/file, current status, resolution (if reviewed), and whether you can change its status.
Example: show_hotspot(hotspot="AXabc123def456")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hotspot | Yes | Hotspot key to retrieve details for (e.g., 'AXabc123def456') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| rule | Yes | ||
| author | No | ||
| status | Yes | ||
| message | Yes | ||
| component | Yes | ||
| resolution | No | ||
| canChangeStatus | Yes |