How do I generate a report that has all the issues?

核能气质少年 提交于 2021-02-07 13:37:20

问题


I have a Fortify FPR scan file that I open in AWB. I want to generate a report that has all the instances of where the issues are found. When I generate a report it generates the report with the issues by type and their count and below the type I also get names and code snippets of some files where the issue was found. I want to generate s report which has names and code snippets from all files in which issues were found. Is there any way to do that?


回答1:


From the Audit Workbench, generate your report and under the 'Results Outline' panel Open up the Listings section and then uncheck the Limit number of issues in each group setting if checked.

Fortify report settings




回答2:


The template files can be found in Core/config/reports of your fortify directory.

Copy DeveloperWorkbook.xml to a new file AllIssues.xml and near <title>Results Outline</title> edit limit="5" to limit="-1".

Then run:

ReportGenerator -template AllIssues.xml -format pdf -f output.pdf -source input.fpr



回答3:


had you look at the following command:

$ ReportGenerator -format PDF -f abcd.pdf -source abcd.fpr

Thanks,

Marcelo Muzilli



来源:https://stackoverflow.com/questions/33288065/how-do-i-generate-a-report-that-has-all-the-issues

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!