An open API service indexing awesome lists of open source software.

https://github.com/0x4d-sh/fortify-parser-xml-to-excel

A Parser to convert Fortify .XML report to Excel format with multi-tab option for extensive records.
https://github.com/0x4d-sh/fortify-parser-xml-to-excel

fortify reporting-tool risk-assessment source-code-analysis xml-parser xml-to-excel

Last synced: about 1 month ago
JSON representation

A Parser to convert Fortify .XML report to Excel format with multi-tab option for extensive records.

Awesome Lists containing this project

README

          

# Fortify Parser XML to Excel
A Parser to convert Fortify .XML report to Excel format with multi-tab option for extensive records.

![Screenshot](example/example.png "Converted Result")

The output will be in `.xlsx` file format.

# Pre-requisite
- Python 3 and libraries
- File (.xml) that is generated from Fortify

## Generate .XML from Fortify
1. Go to Audit Workbench to generate your report under `Tools > Reports > Generate Legacy Report > Fortify Developer Workbook`
2. Under "Results Outline" panel, open up the listings sections
3. Uncheck the limit number of issues in each group setting if checked

![Screenshot](example/fortify.jpg "Fortify configuration")

To simply workflow, you can first check issues and analysis before generating .xml report.

## Usage
Run `python3 main.py -f -t -m -o `

![Default Mode Gif](example/example.gif "Fortify Parser")