A Parser to convert Fortify .XML report to Excel format with multi-tab option for extensive records.
The output will be in .xlsx
file format.
- Python 3 and libraries
- File (.xml) that is generated from Fortify
- Go to Audit Workbench to generate your report under
Tools > Reports > Generate Legacy Report > Fortify Developer Workbook
- Under "Results Outline" panel, open up the listings sections
- Uncheck the limit number of issues in each group setting if checked
To simply workflow, you can first check issues and analysis before generating .xml report.
Run python3 main.py -f <input filie in .xlsx> -t <tab name of first excel sheet> -m <max record to display in main tab> -o <output filename>