Commit Graph

  • 1d20291d44 Merge branch 'dwvisser-node-js-analyzer' Jeremy Long 2015-08-26 06:03:32 -04:00
  • c60245ea2b Node.js Analyzer: Switched from org.json to Glassfish JSR 353 reference implementation. Dale Visser 2015-08-25 17:28:17 -04:00
  • 9e25480baa Merge branch 'upmaster' into node-js-analyzer Dale Visser 2015-08-25 13:03:12 -04:00
  • facd803943 update README file ma wei 2015-08-25 23:17:12 +08:00
  • 05c8a6282d upgrade to 0.0.7 ma wei 2015-08-25 23:06:34 +08:00
  • 3f9ae34203 refactor: change method name for override settings ma wei 2015-08-25 19:50:50 +08:00
  • afb85309a2 implement nested configuration for CVE settings ma wei 2015-08-25 19:49:03 +08:00
  • 2c5e64d0d5 update README for configuration change ma wei 2015-08-25 19:17:55 +08:00
  • ddb8c432be implement the nested configuration for proxy settings ma wei 2015-08-25 19:11:27 +08:00
  • 054be314f6 added targetCompatibility = 1.7 per issue #321 Jeremy Long 2015-08-25 06:13:29 -04:00
  • e484c5754e Merge pull request #312 from dwvisser/rubygems-analyzer-pr Jeremy Long 2015-08-25 05:31:10 -04:00
  • b36c4f65e5 Merge pull request #322 from wmaintw/master Jeremy Long 2015-08-25 05:28:34 -04:00
  • 4bdfbcc916 Merge pull request #316 from dwvisser/iso-scanning Jeremy Long 2015-08-25 05:27:10 -04:00
  • 519198bb61 Merge remote-tracking branch 'upstream/master' ma wei 2015-08-24 22:29:28 +08:00
  • 9a7c342f91 modify spec for testing project extension ma wei 2015-08-24 22:25:03 +08:00
  • 761a5ed3dd remove duplicated configuration items in DependencyCheckTask ma wei 2015-08-24 22:17:16 +08:00
  • 481e753ad4 corrected spring-security false positives per issue #319 and #311 Jeremy Long 2015-08-23 06:45:35 -04:00
  • 271016f0fa Added verbose flag to get as much reportable info as possible. Dale Visser 2015-08-19 15:33:50 -04:00
  • 4493f895c6 Added test resources to cover interesting bundle-audit cases. Dale Visser 2015-08-19 15:26:17 -04:00
  • 5c32ecd8e1 Ruby Analyzer: Added bundle-audit analyzer. So far just launches if available and logs the output. Dale Visser 2015-08-18 16:59:39 -04:00
  • 0b5244d321 Markdown escape * character fix Dale Visser 2015-08-18 12:37:09 -04:00
  • b6f9715174 Merge pull request #318 from dwvisser/code-inspection-fixes Jeremy Long 2015-08-17 19:46:41 -04:00
  • 2db1f8d2b6 Random fixes to issues found by IntelliJ IDEA code inspection. Dale Visser 2015-08-17 18:55:51 -04:00
  • 4c5957ae40 ISO scanning: Fixed slight errors in Python file types, and made formatting consistent. Dale Visser 2015-08-17 14:49:24 -04:00
  • 38cd19de15 ISO scanning: Added clarification on what can be scanned. Fleshed out file type analyzers page with details. Re-ordered side menu alphabetically to match. Dale Visser 2015-08-17 12:16:45 -04:00
  • f66ffbdd63 Merge branch 'master' of github.com:jeremylong/DependencyCheck Jeremy Long 2015-08-16 06:25:02 -04:00
  • 8d3f08e529 fixed links Jeremy Long 2015-08-16 06:24:08 -04:00
  • 4209c1c406 Merge pull request #315 from recena/master Jeremy Long 2015-08-16 06:17:24 -04:00
  • 1cd12d0a0c Documentation giving help for scanning ISO images on Linux, Mac OS X, and Windows. Dale Visser 2015-08-12 15:08:20 -04:00
  • 7eb18e1931 Fixed links Manuel Recena 2015-08-14 12:33:47 +02:00
  • d308e50e1e remove duplicated plugin properties file ma wei 2015-08-14 17:12:28 +08:00
  • 88569cb369 rubygems: Finished command-line interface integration. Dale Visser 2015-08-11 14:23:49 -04:00
  • 235869fc79 rubygems: Reformat and consisitent parameter naming in private methods. Dale Visser 2015-08-11 13:56:01 -04:00
  • 89166e81fb rubygems: Add summary to evidence, inline constants that were only being used once. Dale Visser 2015-08-11 13:48:30 -04:00
  • 2d109b81cf rubygems: Used substring(int) to remove the need for Matcher.find(int). Also fixed javadoc, made some variables final, shortened a variable name. Dale Visser 2015-08-11 13:13:50 -04:00
  • 5c02b4dccb rubygems: Added new analyzer to META-INF/services. Confirmed correlation with CPE in CLI. Dale Visser 2015-08-09 19:48:05 -04:00
  • e7f154b58d rubygems: Various refactoring improvements. Dale Visser 2015-08-09 19:34:30 -04:00
  • c0752575c6 rubygems: All evidence assertions now passing. Dale Visser 2015-08-09 18:57:52 -04:00
  • 7eb2c89f39 rugygems: Added gemspec test resources, test cases, and minimal code to run tests and have evidence gathering test fail. Dale Visser 2015-08-09 14:34:24 -04:00
  • bf4eb07342 Node.js: Added missing command-line option for disableing Node.js analyzer. Dale Visser 2015-08-11 15:27:20 -04:00
  • c856d01b52 removed un-needed dependencies Jeremy Long 2015-08-09 16:05:14 -04:00
  • 7a535b2576 node.js: Added parent folder to display file name. Added try-catch for JSONException, logging warning message in that case. Dale Visser 2015-08-09 11:32:57 -04:00
  • 4b17fd88a3 node.js: Adding name_project to vendor evidence, as many node.js projects seem to follow this pattern with their CPEs. Also, logging warnings whenever JSON parse doesn't go as expected. Dale Visser 2015-08-09 11:18:16 -04:00
  • 8d1f3f723f version 1.3.1-SNAPSHOT Jeremy Long 2015-08-09 10:25:44 -04:00
  • a543fbbec9 added an additional attempt to remove the temporary directory Jeremy Long 2015-08-09 10:25:30 -04:00
  • 37f50db00e removed related dependencies from hashCode and equals to resolve issue #293 Jeremy Long 2015-08-09 09:56:20 -04:00
  • ccb87f43b7 made suppression notes textarea readonly to resolve issue #306 Jeremy Long 2015-08-09 09:36:55 -04:00
  • d569f39f53 Merge branch 'master' of github.com:jeremylong/DependencyCheck Jeremy Long 2015-08-09 09:10:32 -04:00
  • fb3951772f fixed errors due to null values per issue #309 Jeremy Long 2015-08-09 09:10:18 -04:00
  • 2c00bf4040 Merge pull request #305 from wmaintw/master Jeremy Long 2015-08-07 18:26:03 -04:00
  • 4f8772bd77 node.js: Added parameter to cli. Dale Visser 2015-08-07 16:10:56 -04:00
  • b4c3046ab5 node.js: Added package.json eveidence gathering, using json.org package for the parsing. Dale Visser 2015-08-07 15:41:01 -04:00
  • 2441b92bc6 node.js: Initial commit, with analysis test failing. Dale Visser 2015-08-07 14:43:08 -04:00
  • c39eec32f2 ignore gradle generated temporary files ma wei 2015-08-07 10:14:34 +08:00
  • 7837718d04 update README file ma wei 2015-08-07 10:13:53 +08:00
  • 7069671471 fix issue that fail to publish gradle plugin to gradle plugin portal ma wei 2015-08-07 10:13:27 +08:00
  • d1dbde2890 fix issue that fail to publish gradle plugin to maven central ma wei 2015-08-07 10:13:00 +08:00
  • 0472471ac9 update the gradle plugin version to 0.0.6 ma wei 2015-08-07 10:11:34 +08:00
  • 62a0b8da90 add configuration, let user has ability to control HTTP method used during the update process to avoid proxy problem ma wei 2015-08-07 10:09:40 +08:00
  • 810530fabd upgrade dependency check core and utils version to 1.3.0 ma wei 2015-08-07 10:08:37 +08:00
  • 707de56612 Merge pull request #302 from dwvisser/290-add-bz2-format Jeremy Long 2015-08-06 07:02:21 -04:00
  • 921b0eb229 Merge pull request #301 from dwvisser/run-against-cached-db-pr Jeremy Long 2015-08-05 22:54:33 -04:00
  • 9afb92f0ed Merge pull request #303 from colezlaw/homebrew-cli-instructions Jeremy Long 2015-08-05 22:52:36 -04:00
  • 1ded88e089 Added homebrew installation instructions Will Stranathan 2015-08-05 20:58:20 -04:00
  • 1f074ff400 290: Further refactoring for readability. Dale Visser 2015-08-05 16:54:44 -04:00
  • 4764f61b48 290: Added unit tests and implementation to support bzip2. Dale Visser 2015-08-05 16:00:03 -04:00
  • 56424924bb 290: Extracted some methods to reduce average method size, and eliminate some duplicate code. Dale Visser 2015-08-05 15:21:14 -04:00
  • 4fd8873223 version 1.3.0 documentation Jeremy Long 2015-08-05 15:38:32 -04:00
  • 4c3831ec74 Removed superfluous phrase. Dale Visser 2015-08-05 12:03:21 -04:00
  • ba564a6aed Added page to site that documents how to take daily snapshots of the NVD, and run D-C cli against those snapshots. Dale Visser 2015-08-03 17:15:45 -04:00
  • d529e88242 version 1.3.0 v1.3.0 Jeremy Long 2015-08-04 21:19:19 -04:00
  • 5d6ad8bc6c added gradle to the site Jeremy Long 2015-08-04 14:07:34 -04:00
  • 01769a6f38 added gradle to the site Jeremy Long 2015-08-04 14:07:15 -04:00
  • a43cc38739 added logo Jeremy Long 2015-08-04 12:07:11 -04:00
  • 085069c2c7 added logo Jeremy Long 2015-08-04 12:06:55 -04:00
  • 816a6d057a updated so that *.sh files are marked as executable Jeremy Long 2015-08-02 07:24:36 -04:00
  • 19ab099f98 added 0755 to *.sh Jeremy Long 2015-08-02 07:10:20 -04:00
  • 99a1097953 making the world a better place - avoid the hate #287 Jeremy Long 2015-08-02 06:54:10 -04:00
  • 673cf7018b initial gradle site documentation Jeremy Long 2015-08-02 06:33:45 -04:00
  • 624f52882e modified how generated keys were returned in an attempt to resolve issue #296 Jeremy Long 2015-08-02 06:28:05 -04:00
  • 654ab4a289 added cleanup steps to remove temp resources, etc. Jeremy Long 2015-08-01 07:01:50 -04:00
  • ec86dc5734 changed packaging Jeremy Long 2015-08-01 07:01:05 -04:00
  • 44f37c12c3 checkstyle corrections Jeremy Long 2015-08-01 06:49:55 -04:00
  • d0b704d7f4 corrected data directory path when running test cases Jeremy Long 2015-08-01 06:08:35 -04:00
  • 7452942091 Merge pull request #297 from dwvisser/broken-cli-docs-link Jeremy Long 2015-08-01 05:52:00 -04:00
  • ea4ea680a2 Fixed broken link to CLI instructions in main project README. Dale Visser 2015-07-31 10:28:55 -04:00
  • ac7ae3d8df disabled test case for JDK6 to resolve issue #294 Jeremy Long 2015-07-31 05:28:53 -04:00
  • 4fa5f2ac72 reverted plugin-plugin version to resolve issue #294 Jeremy Long 2015-07-31 05:28:18 -04:00
  • 8b1a44fe42 Merge pull request #295 from colezlaw/issue-294 Jeremy Long 2015-07-30 05:35:46 -04:00
  • c4d26f9194 Removed i18n for SLF4J logging as it was preventing build on jdk1.6 Will Stranathan 2015-07-29 18:29:09 -04:00
  • 79b59f2aae checkstyle/pmd/findbugs recommended updates Jeremy Long 2015-07-29 07:00:30 -04:00
  • 1eecd13ea7 Merge branch 'master' of github.com:jeremylong/DependencyCheck Jeremy Long 2015-07-28 06:33:52 -04:00
  • 1ae3a63f5c final tested patch for issue #285 Jeremy Long 2015-07-28 06:33:40 -04:00
  • 561694a991 Merge pull request #292 from willis7/master Jeremy Long 2015-07-28 06:07:48 -04:00
  • 5cc29d0a00 re-added after BFG deleted these from the gh-pages branch Jeremy Long 2015-07-28 05:43:39 -04:00
  • 096af016ef documented shallow clone per issue #283 Jeremy Long 2015-07-28 05:40:08 -04:00
  • 498835015a outputDirectory should have been called using the method rather than directly calling the property. This now fixes the failing integration test in the last commit. Sion Williams 2015-07-27 22:33:39 +01:00
  • cafa0d6578 Integration test spec proves outputDirectory value is not being honoured when changed using dsl. Sion Williams 2015-07-27 22:03:19 +01:00
  • 5444253ed6 added more CVSS details per issue #154 Jeremy Long 2015-07-27 06:56:23 -04:00
  • d0ae12a167 working patch for issue #285 Jeremy Long 2015-07-27 06:53:50 -04:00