#44 The flawfinder parser not permits to transform the XML format to a JSON format.
Closed: Fixed Opened by davidcarlos.

For some reason the firehose method to_json(), cannot transform the flawfinder xml report, to a JSON format.

Steps to reproduce:

1: run a analysis of some source code
- result = kiskadee.analyzers.run("flawfinder", "/tmp/bla")

2: parse the result
- kiskadee.converter.to_firehose(result, "flawfinder")


Metadata Update from @davidcarlos:
- Issue set to the milestone: version 0.3
- Issue tagged with: Bug

Metadata Update from @davidcarlos:
- Issue tagged with: firehose

Metadata Update from @davidcarlos:
- Issue set to the milestone: None (was: version 0.3)

Metadata Update from @davidcarlos:
- Issue assigned to davidcarlos

The problem was not in the parser, but in the way that we was converting a analysis to the firehose format.

Commit 4d1e84be fixes this issue

Metadata