Fortify 警告 - 不受支持的 JVM
我正在使用 Fortify 源代码分析器来分析 Java 代码中的安全问题。
它向我发出警告
“源代码分析引擎正在不受支持的 Java 虚拟机 (Sun Microsystems Inc. 1.6.0_27) 下运行”
我无法从帮助文档中找到受支持的版本。您能告诉我 Fortify 支持哪个版本吗?我正在使用审核工作台版本 5.2.1.0002。我在Ubuntu下运行。
谢谢,
I am using Fortify source code analyzer to analyze security issues in my Java code.
It gives me warning
" Source Code Analysis Engine is running under an unsupported Java Virtual Machine (Sun Microsystems Inc. 1.6.0_27)"
I couldn't find supported version from help docs. Could you please tell me which version does Fortify support? I am using Audit workbench version 5.2.1.0002. I am running under Ubuntu.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是非常旧的 SCA 版本,该版本是在 Fortify 支持 1.6 JVM 之前发布的。
您有多种选择:
1) 使用较旧的 JVM(例如 1.5)运行 SCA
2) 升级到 SCA 的最新版本,您应该能够通过 Fortify 客户门户使用当前许可证来执行此操作。不过,这种情况很快就会改变。我们正在将所有内容转移到 HP 分发框架。
3)忽略错误并相信Java JVM真正向后兼容。
-拉里
You are using a very old version of SCA that came out before Fortify supported the 1.6 JVM.
You have several options:
1) run SCA using an older JVM (like 1.5)
2) Upgrade to the latest version of SCA, which you should be able to do with your current license through the Fortify Customer Portal. However this will be changing soon. We are in the process of moving everything to the HP distribution framework.
3) Ignore the error and trust that the Java JVM is truly backwards compatible.
-Larry