This script is used to convert the Veracode XML report to Excel file and also change the severity of finding from number to string (Critical, High, Medium, Low, Informational)
Severity | String |
---|---|
5 | Critical |
4 | High |
3 | Medium |
2 and 1 | Low |
0 | Informational |
- Copy the exe file/Python file to the Veracode XML report file folder.
- Run the command "Veracode_XML_to_Excel.exe Veracode_XML_File.xml" or "python3 Veracode_XML_to_Excel.py Veracode_XML_File.xml"
- The output report will generate by the name "Veracodeout.xlsx"
For more details check my blog: https://lazyhacker.medium.com/