How do I configure fortify so that it scans even C# code?

时间:2016-08-30 04:36:11

标签: fortify

Using HP fortify I am able to scan java and C code files but C# files are not getting scanned. Does anyone know what is the reason for this? Is there a configuration in fortify that makes it scan C# files? Please help. Thanks in advance

1 个答案:

答案 0 :(得分:0)

Fortify SCA适用于通用中间语言(CIL),因此支持所有编译为CIL的.NET语言,包括C#和VB .NET。

分析.NET应用程序的最简单方法是使用“Visual Studio的HPE安全性强化包”,它可以自动收集有关项目的信息。