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

Is it possible to have different severities in issues with the same name / type ?

Xavi | Last updated: Jun 13, 2019 01:54PM UTC

Hi team. I was working on the Dradis burp add-on, I wanted to know if when parsing a burp xml file, is it possible for 2 <issue> elements with the same <name> and <type> to have a different <severity> value. Like this: <issue> <type>3145984</type> <name>Cleartext submission of password</name> <severity>High</severity> ... </issue> <issue> <type>3145984</type> <name>Cleartext submission of password</name> <severity>Medium</severity> ... </issue> I've been searching but so far I've not been able to find an example. Thanks!

PortSwigger Agent | Last updated: Jun 13, 2019 01:56PM UTC