Commit Graph

4621 Commits

Author SHA1 Message Date
Jens Hausherr e79da72711 Use batch update for references and vulnerable software if supported by DB. 2016-06-03 10:22:54 +02:00
Jens Hausherr 1ba081959b Accidentially dropped some imports 2016-06-03 10:09:28 +02:00
Jens Hausherr 578dc63652 Vulnerable Software: Compact toString() output; remove accessor calls for own properties 2016-06-03 09:54:25 +02:00
Jens Hausherr fccd683b50 add toString() for Vulnerability 2016-06-03 09:52:35 +02:00
Jens Hausherr f3d3a25856 Add more test cases 2016-06-03 09:50:28 +02:00
Jens Hausherr 6d70c92795 Add to String-Method to Reference 2016-06-03 09:41:48 +02:00
Jeremy Long 3c525d8e3a fixed issue #505 2016-06-02 19:30:38 -04:00
Jeremy Long a6b47c7c43 clarified note 2016-06-02 19:23:51 -04:00
Jeremy Long 5b52f01f3d updated documentation for issue#498 2016-05-30 08:23:58 -04:00
Jeremy Long d13bbd43f3 added experimental flag to force users to enable this and by doing so understand that these may not be as production ready as the Java analyzer (see issue #498) 2016-05-30 08:09:14 -04:00
Jeremy Long 0394d1a24f checkstyle correction - reduced method length 2016-05-30 07:59:53 -04:00
Jeremy Long 446222e127 removed unnecessary exclude 2016-05-30 07:59:18 -04:00
Jeremy Long 05d7aa898d minor reformatting to reduce line length (checkstyle) 2016-05-30 07:37:44 -04:00
Jeremy Long 73f7fc1d51 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2016-05-30 07:19:15 -04:00
Jeremy Long f0262466d4 Merge pull request #504 from awhitford/Upg052816
Plugin updates
2016-05-30 07:19:17 -04:00
Anthony Whitford 1ecde9bbc1 maven-jar-plugin 3.0.0 released; maven-resources-plugin 3.0.0 released. 2016-05-28 08:27:39 -07:00
Jens Hausherr ae5a766092 Limit split to fix #503 2016-05-27 15:07:59 +02:00
Jeremy Long 6a807bc002 checkstyle/findbugs corrections 2016-05-25 17:21:46 -04:00
Jeremy Long c0384bb0ee Merge pull request #502 from xthk/master
Update initialize_mysql.sql
2016-05-25 06:12:52 -04:00
Tilmann H 2906b315b3 Update initialize_mysql.sql
lower cased "properties" in UPDATE statement
2016-05-25 11:36:09 +02:00
Jeremy Long 425fd65bd8 added more false positive suppressions 2016-05-21 07:09:08 -04:00
Jeremy Long 7d83362a85 removed stack trace from build when ruby and bundle-audit are not installed 2016-05-15 07:49:17 -04:00
Jeremy Long 0b26894112 checkstyle/pmd/findbugs correction(s) 2016-05-15 07:48:26 -04:00
Jeremy Long 17f810a720 implement issue #498 2016-05-15 07:30:38 -04:00
Jeremy Long 71ef8061f9 merge conflict resolved 2016-05-15 07:29:17 -04:00
Jeremy Long 353b17690f checkstyle/pmd/findbugs correction(s) 2016-05-15 07:22:52 -04:00
Jeremy Long 6790727260 ensured resources are properly closed 2016-05-15 07:02:18 -04:00
Jeremy Long e129f7db85 Merge branch 'biancajiang-ruby_dependency' 2016-05-15 06:46:18 -04:00
Jeremy Long ea942398e3 updated test case to use the correct parent class that allows for use of the database during testing 2016-05-15 06:45:57 -04:00
Jeremy Long 5ad72cae3f Merge branch 'ruby_dependency' of git://github.com/biancajiang/DependencyCheck into biancajiang-ruby_dependency 2016-05-14 09:45:26 -04:00
Jeremy Long 5f945bc696 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2016-05-14 07:21:07 -04:00
Jeremy Long 6f451736ba Add ability to flag analyzers as experimental so that they are not always enabled 2016-05-14 07:20:53 -04:00
Jeremy Long 30856f4a4f corrected doxia version 2016-05-14 07:19:12 -04:00
bjiang 413c71eb0a Merge branch 'ruby_dependency' into swift_support 2016-05-13 13:49:40 -04:00
bjiang 9d1408be20 do not use actual path for packagePath from compress case 2016-05-13 13:33:34 -04:00
Jeremy Long f21f371751 Merge pull request #494 from erikerikson/master
Align documentation with current project name specification flag
2016-05-06 18:23:32 -04:00
bjiang 2b761279e4 Merge branch 'ruby_dependency' into swift_support 2016-05-06 17:59:28 -04:00
bjiang d5e8f54214 fix RubyBundlerAnalyzer.accept 2016-05-06 17:55:21 -04:00
bjiang 83f83d4eee add RubyBundlerAnalyzerTest 2016-05-06 17:45:40 -04:00
bjiang b0f4ab9ba5 cleanup & Rakefile support placeholder 2016-05-06 17:25:08 -04:00
bjiang 06dad8f79c javadoc 2016-05-06 17:22:39 -04:00
bjiang 83ab122ddf disable RubyBundlerAnalyzer if RubyBundleAuditAnalyzer 2016-05-06 16:42:39 -04:00
bjiang 8a42fe4ae1 javadoc 2016-05-06 16:19:59 -04:00
bjiang 94c6778b89 better javadoc 2016-05-06 16:14:16 -04:00
bjiang c0e5973517 rename RubyBundlerAnalyzer and javadoc 2016-05-06 15:50:35 -04:00
bjiang 1e7bbfa7c1 bundle the same SWIFT package by different analyzers 2016-05-06 13:43:05 -04:00
bjiang dc7245ff6e code cleanup 2016-05-06 12:55:59 -04:00
bjiang ffaf7b40e9 merge from ruby_dependency 2016-05-06 10:31:17 -04:00
bjiang 4de3fb1f2a javadoc 2016-05-06 10:25:49 -04:00
bjiang 99355d993a code cleanup with more comments 2016-05-06 10:24:28 -04:00