运行Fortify Audit Workbench时出现以下错误。 我在哪里可以看到警告和错误的完整列表。
[error]: An error occurred while initializing the scan engine.
[warning]: Some errors or warnings were suppressed.
Check the results file for a full listing of all warnings and errors.
答案 0 :(得分:0)
您已使用AWB图形用户界面尝试运行扫描。使用该技术时无法知道出了什么问题。
相反,请阅读" SCA用户指南"记录并运行您的翻译并从命令行进行扫描。
// clean
sourceanalyzer -b FOO -clean
// translate
sourceanalyzer -b FOO [your translation parameters]
// scan
sourceanalyzer -b FOO -scan -f FOO.fpr [your scan parameters]