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.
- Host: GitHub
- URL: https://github.com/0x4d-sh/fortify-parser-xml-to-excel
- Owner: 0x4d-sh
- License: mit
- Created: 2021-01-30T16:44:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T16:57:20.000Z (about 5 years ago)
- Last Synced: 2024-01-28T03:01:05.300Z (about 2 years ago)
- Topics: fortify, reporting-tool, risk-assessment, source-code-analysis, xml-parser, xml-to-excel
- Language: Python
- Homepage:
- Size: 521 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.

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

To simply workflow, you can first check issues and analysis before generating .xml report.
## Usage
Run `python3 main.py -f -t -m -o `
