burp_import_issue
Send validated security findings as Burp-importable issues, enabling direct ingestion into Burp Suite via the bridge plugin.
Instructions
Submit a confirmed finding as a Burp-importable issue. The issue will appear in the bridge and can be pulled into Burp via the burpAI Burp plugin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL where the finding was discovered | |
| title | Yes | Finding title (e.g., "SQL Injection in login parameter") | |
| detail | Yes | Detailed description of the finding with impact | |
| method | No | HTTP method (GET, POST, etc.) | |
| severity | No | Severity: Critical, High, Medium, Low, Information | |
| parameter | No | Affected parameter name | |
| remediation | No | How to fix the issue | |
| rawRequestB64 | No | Base64-encoded raw HTTP request for Burp replay | |
| rawResponseB64 | No | Base64-encoded raw HTTP response |