feat: iscan issues from burpference findings #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #7, creates Burp Scanner issues in the "All Issues" pane from model findings 🫶
IScanIssueSEVERITYmarkersa very simple PoC:
sample of what to expect in the burpference extension logs
AI-Generated Summary
PR Summary
Overview of Changes
The brave crew has made noteworthy enhancements to the
burpferencemodule, introducing advanced capabilities for identifying and reporting security issues directly within the Burp Suite environment. By integrating a newBurpferenceIssueclass and refining the extension's capabilities to map and create scan issues based on AI-identified severities, these changes mark a significant improvement in automating security analysis and reporting.Key Modifications
BurpferenceIssue, has been added to enable the creation of scan issues within Burp Suite. This implementation allows theBurpferenceextension to generate and report findings directly in the tool, enhancing its integration with the Burp ecosystem.Burpferencemodel to the severity strings recognized by Burp Suite. This ensures that issues are appropriately classified within the tool, facilitating better prioritization and handling.create_scan_issuehas been added to process responses and generate issues in Burp Suite. By extracting severity from the model's response and mapping it to Burp's severity levels, the extension can now automatically create and log detailed scan issues in the scanner's findings.Potential Impact
IScanIssueimproves the extension's integration within the Burp ecosystem, allowing for better management and tracking of identified issues.This summary was generated with ❤️ by rigging