Burp Suite
- 1 Minute to read
- Print
- PDF
Burp Suite
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Introduction
SAFE allows users to upload the Burp report to SAFE, track the third-party controls with their status, and Score immediately on SAFE.
Note
Users cannot upload the Burp report for the assets, which are not available in SAFE.
Prerequisites
The XML file must have the below format:
<issues burpVersion="x.x.x" exportTime="">
<!-- repetitive blocks of the same "issue" tags template -->
<issue>
<serialNumber/>
<type/>
<name/>
<host ip="a.b.c.d">url_of_the_application</host>
<path/>
<location/>
<severity/>
<confidence/>
<issueBackground/>
<remediationBackground/>
<references/>
<vulnerabilityClassifications/>
<requestresponse>
<request method="GET" base64="true"/>
<response base64="true"/>
<responseRedirected/>
</requestresponse>
</issue>
</issues>
Upload Burp Report
To upload a Burp report:
- Navigate to the Administration > SAFE Hooks > Assessment Tools.
- Click the Upload button available on the Burp Suit card.
- Browse and upload the Burp report on the report upload pop-up screen.
- A green check mark will be displayed upon successful upload.
Note
If the upload fails, it will be flagged with a red cross. You can delete the failed uploads by clicking on the delete icon.
Verify Integration
Navigate to the asset for which you have uploaded the report, and now you can view the uploaded controls with their status and SAFE Score.
Was this article helpful?