Generating Issue Reports

Use the BIRTReportGenerator command-line tool to generate issue reports that are based on the BIRT system. The basic command-line syntax to generate an issue report is:

BIRTReportGenerator -template <template_name> 
-source <audited_proj>.fpr -format <format> 
-output <report_file_name>

The following is an example of how to generate an OWASP Top 10 2021 report with additional options:

BIRTReportGenerator -template "owasp top 10" -source auditedProj.fpr 
-format pdf -ShowSuppressed --Version "owasp top 10 2021" 
--UseFortifyPriorityOrder -output MyOWASP_Top10_Report.pdf

See Also

BIRTReportGenerator Command-Line Options

Troubleshooting BIRTReportGenerator