codeql
This commit is contained in:
euphrat1ca 2020-06-18 00:11:32 +08:00
parent 5bcf6d52c5
commit 9077dd22a6

View File

@ -578,7 +578,7 @@ W:ns4gov.000webhostapp.com;--
## 代码审计应用测试
- https://www.joinfortify.com //HP出品的源代码安全审计工具Fortify SCA通过将其它语言转换成一种中间媒体文件NSTNormal Syntax Trcc将源代码之间的调用关系、执行环境、上下文等分析清楚。通过匹配所有规则库中的漏洞。商业版。goodjob。
- https://www.checkmarx.com/ //源代码安全检测解决方案,动静态代码分析。商业版。
- https://securitylab.github.com/tools/codeql //GitHub开源代码审计插件、函数库形式
- https://securitylab.github.com/tools/codeql //GitHub开源代码审计插件、函数库形式。testjob。
- https://github.com/microsoft/ApplicationInspector //C#。基于规则代码安全审计
- https://github.com/pumasecurity/puma-scan //C#。Visual Studio插件实时代码审计
- https://github.com/wufeifei/cobra //Py。源代码安全审计支持PHP、Java等开发语言并支持数十种类型文件。