Fortify扫描.NET项目:
首先要安装Visual Studio开发环境,再安装Fortify
编译Project
Start a "Visual Studio Command Prompt (2010)" window, change to the Project directory and run:
$ sourceanalyzer -b cs-sample -clean
$ sourceanalyzer -b cs-sample -vsversion 10.0 .
$ sourceanalyzer -b cs-sample -scan -f results.fpr

本文介绍如何使用Fortify工具扫描.NET项目以检测潜在的安全漏洞。首先需要安装Visual Studio开发环境,接着安装Fortify并配置相关命令行工具来运行源代码分析。

被折叠的 条评论
为什么被折叠?



