#44 The flawfinder parser not permits to transform the XML format to a JSON format.
Closed: Fixed 6 years ago Opened 6 years ago 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

6 years ago

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

6 years ago

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

6 years ago

Metadata Update from @davidcarlos:
- Issue assigned to davidcarlos

6 years ago

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

Login to comment on this ticket.

Metadata