The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

CWE field in IScanIssue

August | Last updated: Jan 12, 2018 09:31PM UTC

I've noticed that XML exports of scan issues now include a <vulnerabilityClassifications> field that contains CWE information: <vulnerabilityClassifications><![CDATA[<ul> <li><a href="https://cwe.mitre.org/data/definitions/200.html">CWE-200: Information Exposure</a></li> </ul>]]></vulnerabilityClassifications> Nothing in the IScanIssue API (https://github.com/PortSwigger/burp-extender-api/blob/master/src/main/java/burp/IScanIssue.java) seems to mirror this functionality and XML exports from my extension-generated scan issues do not include this field. How can I add this information to my own extensions?

PortSwigger Agent | Last updated: Jan 15, 2018 08:13AM UTC