denimgroup / threadfix

ThreadFix is a software vulnerability management platform. This GitHub site is far out of date. Please go to www.threadfix.it for up-to-date information.
339 stars 127 forks source link

Unable to upload (parse) Arachni 1.5 xml report #1776

Open SilvioCorreiaFilho opened 7 years ago

SilvioCorreiaFilho commented 7 years ago

I'm unable to upload XML report generated from Arachni version 1.5 to Threadfix community 522a1bb.

mydeadlyvenoms commented 7 years ago

Hi @SilvioCorreiaFilho

Try to remove the <seed>...</seed> line.

<?xml version="1.0"?>
<report xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Arachni/arachni/v1.5/components/reporters/xml/schema.xsd">
  <version>1.5</version>
  <seed>6e485289851cb3106add3ad905dee9bf</seed>
  <options>---
audit:
  parameter_values: true
  exclude_vector_patterns: []
  include_vector_patterns: []
  link_templates: []
  links: true
  forms: true
  jsons: true
  xmls: true
...
SilvioCorreiaFilho commented 7 years ago

It works!!! nice! Thank you!

mydeadlyvenoms commented 7 years ago

You're welcome!