今天看到Find Security Bugs有新版本了:1.2.1
下载:
http://h3xstream.github.io/find-sec-bugs/download.htm
新版本有43个安全漏洞检测器、能发现52种不同的缺陷模式
Find Security Bugs has a total of 43 detectors and 52 different bug patterns.
Find Security Bugs是Find Bugs的插件,目前FindBugs最新版本是3.0:
http://sourceforge.net/projects/findbugs/files/findbugs/3.0.0/
参考:
http://www.phperz.com/article/14/0813/17947.html
SonarQube Findbugs 3.0 发布了,这是 SonarQube 的 Findbugs 插件,该版本支持 Java 8 字节码分析,详情请看 release notes
Improvement
- [SONARFBUGS-7] - Upgrade to findbugs 3.0.0
- [SONARFBUGS-13] - Upgrade Fb-contrib to version 6.0.0
Sonar是一个用于代码质量管理的开源平台,用于管理源代码的质量,可以从七个维度检测代码质量
通过插件形式,可以支持包括java,C#,C/C++,PL/SQL,Cobol,JavaScrip,Groovy等等二十几种编程语言的代码质量管理与检测