Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moloch--/fortify-xml-converter
Convert Fortify XML documents to Excel spreadsheets.
https://github.com/moloch--/fortify-xml-converter
Last synced: about 1 month ago
JSON representation
Convert Fortify XML documents to Excel spreadsheets.
- Host: GitHub
- URL: https://github.com/moloch--/fortify-xml-converter
- Owner: moloch--
- License: gpl-2.0
- Created: 2013-07-16T23:15:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T20:00:30.000Z (almost 10 years ago)
- Last Synced: 2024-04-17T05:28:57.096Z (7 months ago)
- Language: Python
- Size: 227 KB
- Stars: 11
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fortify-XML-Converter
=====================Convert Fortify XML documents to useful formats.
* GPLv2
* Outputs xlsx, csv, or pretty xml
* Parses DOM
* Xml and csv outputs are pipe-ableUsage
=======
```
usage: fxml2xlsx.py [-h] [--version] [--debug] --input INPUT [--output OUTPUT]
[--format FORMAT]Convert Fortify reports to a friendly spreadsheet formats
optional arguments:
-h, --help show this help message and exit
--version, -v show program's version number and exit
--debug, -d enable debug stack traces
--input INPUT, -i INPUT
input Fortify report .xml file
--output OUTPUT, -o OUTPUT
ouput file (default: stdout)
--format FORMAT, -f FORMAT
ouptut format can be: xml, xlsx, or csv (default:
xlsx)
```