3

Fortify Audit Workbench 应用程序出现以下错误:

[错误]:解析 *.js com.fortify.sca.analyzer.a 时出现意外异常:没有足够的可用内存来完成分析。有关提供更多内存的详细信息,请参阅用户手册。

请任何解决方案!

4

2 回答 2

9

您的翻译步骤内存不足。您可以传递 -Xmx 标志给 jvm 更多内存来完成任务。例如,要提供 2G,您可以将-Xmx2G标志传递给转换步骤。您可能还希望通过传递 -64 标志来确保您在 64 位模式下运行(如果您的操作系统和硬件支持它)。

最终,这(以及更多)在HP_Fortify_SCA_User_Guide_3.xx.pdf您的产品随附的文档中进行了详细描述。

于 2013-04-30T01:28:11.157 回答
2

If the file contains Minified Javascript then Fortify SCA may never be able to parse it. Use the un-minified version of the file for the scan.

于 2013-05-03T14:06:57.453 回答