fortify / fortify-ssc-parser-burp

Fortify SSC Parser Plugin for BURP Suite
Other
3 stars 0 forks source link

Support Burp XML upload to fortify SSC 22.2.1.0008 #11

Closed kaushik-1071 closed 8 months ago

kaushik-1071 commented 9 months ago

Parser/Fortify SSC unable to process Burp XML artifact.

Throws an error 'Exception: No valid analysis result was found. Please verify the validity of the result file.'

rsenden commented 9 months ago

Hi, thanks for reporting this. Have you followed the upload instructions?

When uploading an XML file to SSC, SSC will interpret this as an artifact produced by Fortify products and will not invoke any parser plugins. In order to have SSC recognize an XML file as a Burp XML file and pass it to the parser plugin, you'll need to package the XML file in a zip-file together with an accompanying scan.info file containing engineType=BURP_XML, and then upload this zip-file to SSC.

kaushik-1071 commented 8 months ago

Thank you very much!! that helped 👍