Dale Visser
|
1e29d2e751
|
Merge branch 'upmaster' into ruby-bundler
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/CliParser.java
|
2015-08-30 15:11:33 -04:00 |
|
Dale Visser
|
a0437bf933
|
Ruby bunder: Code needed to disable the analyzer in the CLI if desired.
|
2015-08-30 15:07:21 -04:00 |
|
Dale Visser
|
73e0292a4b
|
Ruby Bundler: Added informative message about updating DB. Switched most log messages to debug level.
|
2015-08-30 14:52:55 -04:00 |
|
Dale Visser
|
c393e74160
|
Ruby bundler: Better message and logging when bundle-audit not found.
|
2015-08-30 14:31:58 -04:00 |
|
Dale Visser
|
80c4666198
|
Ruby bundler: More method extractions to eliminate monolithic method.
|
2015-08-30 14:16:32 -04:00 |
|
Dale Visser
|
ea7bd1f700
|
Ruby bundler: tidied up how extracted method is used.
|
2015-08-30 14:06:47 -04:00 |
|
Dale Visser
|
b3a55cc85d
|
Ruby bundler: extracted method
|
2015-08-30 13:57:30 -04:00 |
|
Dale Visser
|
036200350d
|
Ruby bundler: add needed null checks to avoid NPEs.
|
2015-08-30 13:50:22 -04:00 |
|
Jeremy Long
|
e630c484ff
|
implementing the purge feature as requested in issue #328
|
2015-08-30 07:02:26 -04:00 |
|
Dale Visser
|
713e9658c5
|
Ruby bundler: got description working. Added boilerplate text describing differences from standard D-C vulnerability report.
|
2015-08-29 12:29:44 -04:00 |
|
Dale Visser
|
782039810e
|
Ruby Bundler: Added URL to report.
|
2015-08-29 11:33:16 -04:00 |
|
Dale Visser
|
b473d8ab9c
|
Ruby Bundler: Added URL to report.
|
2015-08-29 11:28:38 -04:00 |
|
Dale Visser
|
2eb6918fb3
|
Ruby Bundler: Clean up report a little bit, and grouped vulnerabilities under dependencies, when appropriate.
|
2015-08-29 11:06:24 -04:00 |
|
Jeremy Long
|
29626666a7
|
removed debug logging
|
2015-08-29 08:38:49 -04:00 |
|
Jeremy Long
|
dc41c9a671
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
|
2015-08-29 08:02:42 -04:00 |
|
Jeremy Long
|
83af70bb59
|
corrected argument name for the purge nvd option
|
2015-08-29 07:57:54 -04:00 |
|
Jeremy Long
|
b293873640
|
finished deprecating the application name argument in favor of project name per issue #320
|
2015-08-29 07:12:40 -04:00 |
|
Jeremy Long
|
8bb92815cb
|
added argument to purge local NVD per issue #328
|
2015-08-29 06:58:13 -04:00 |
|
Jeremy Long
|
7a8f7199c8
|
renaming app argument to project per issue #320
|
2015-08-29 06:48:52 -04:00 |
|
Dale Visser
|
6f4ce34840
|
Ruby Bundler: Added CVSS score and a little hack to avoid dependency bundling.
|
2015-08-28 21:31:01 -04:00 |
|
Dale Visser
|
8853552161
|
Ruby Bundler: Successfully adding vulnerability into report, though all displayed info not looking great.
|
2015-08-28 19:56:35 -04:00 |
|
Dale Visser
|
95d3d17d83
|
Ruby Bundler: Now successfully creating temp files for dependency objects.
|
2015-08-28 13:58:49 -04:00 |
|
Jeremy Long
|
3594280b04
|
Merge pull request #326 from dwvisser/doc-updates
Added previously overlooked documentation for CMake, Node.js and Ruby Gems Analyzers
|
2015-08-28 06:12:54 -04:00 |
|
Jeremy Long
|
1e447c6e3e
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
|
2015-08-28 05:27:16 -04:00 |
|
Jeremy Long
|
c41a288280
|
added null checks
|
2015-08-28 05:27:00 -04:00 |
|
Dale Visser
|
a0492fe944
|
Merge branch 'upmaster' into ruby-bundler
Conflicts:
dependency-check-core/src/main/resources/META-INF/services/org.owasp.dependencycheck.analyzer.Analyzer
|
2015-08-27 14:05:36 -04:00 |
|
Dale Visser
|
1fffebd497
|
Docs: Added Ruby Gemspec analyzer page, fixed typos on Node.js page.
|
2015-08-26 14:40:36 -04:00 |
|
Dale Visser
|
62c05049a7
|
Docs: Added node.js page, fixed typos in Python page.
|
2015-08-26 14:25:32 -04:00 |
|
Dale Visser
|
0fdf377d45
|
Docs: Added CMake analyzer page.
|
2015-08-26 14:11:30 -04:00 |
|
Dale Visser
|
6ca8e2644a
|
Docs: Fixed sidebar links to OpenSSL and Python analyzer pages.
|
2015-08-26 13:59:28 -04:00 |
|
Dale Visser
|
4a3061db6d
|
Docs: Added CMake to landing page, and links to Autoconf and CMake. Added missing analyzers to analyzers list. Shortened my analyzer URLs, though not all in site index yet.
|
2015-08-26 13:54:15 -04:00 |
|
Dale Visser
|
61ac81518a
|
Docs: Added Ruby and Node.js to landing page. Added table row for Node.js in Analyzers list.
|
2015-08-26 12:27:38 -04:00 |
|
Jeremy Long
|
acd4b4371d
|
Merge pull request #323 from wmaintw/master
Implement the nested configuration for proxy and cve related settings
|
2015-08-26 06:05:38 -04:00 |
|
Jeremy Long
|
1d20291d44
|
Merge branch 'dwvisser-node-js-analyzer'
|
2015-08-26 06:03:32 -04:00 |
|
Dale Visser
|
c60245ea2b
|
Node.js Analyzer: Switched from org.json to Glassfish JSR 353 reference implementation.
|
2015-08-25 17:28:17 -04:00 |
|
Dale Visser
|
9e25480baa
|
Merge branch 'upmaster' into node-js-analyzer
Conflicts:
dependency-check-cli/src/main/java/org/owasp/dependencycheck/App.java
dependency-check-cli/src/site/markdown/arguments.md
dependency-check-core/src/main/resources/META-INF/services/org.owasp.dependencycheck.analyzer.Analyzer
|
2015-08-25 13:03:12 -04:00 |
|
ma wei
|
facd803943
|
update README file
|
2015-08-25 23:17:12 +08:00 |
|
ma wei
|
05c8a6282d
|
upgrade to 0.0.7
|
2015-08-25 23:06:34 +08:00 |
|
ma wei
|
3f9ae34203
|
refactor: change method name for override settings
|
2015-08-25 19:50:50 +08:00 |
|
ma wei
|
afb85309a2
|
implement nested configuration for CVE settings
|
2015-08-25 19:49:03 +08:00 |
|
ma wei
|
2c5e64d0d5
|
update README for configuration change
|
2015-08-25 19:17:55 +08:00 |
|
ma wei
|
ddb8c432be
|
implement the nested configuration for proxy settings
|
2015-08-25 19:11:27 +08:00 |
|
Jeremy Long
|
054be314f6
|
added targetCompatibility = 1.7 per issue #321
|
2015-08-25 06:13:29 -04:00 |
|
Jeremy Long
|
e484c5754e
|
Merge pull request #312 from dwvisser/rubygems-analyzer-pr
Rubygems analyzer
|
2015-08-25 05:31:10 -04:00 |
|
Jeremy Long
|
b36c4f65e5
|
Merge pull request #322 from wmaintw/master
Remove duplicated configuration items in DependencyCheckTask
|
2015-08-25 05:28:34 -04:00 |
|
Jeremy Long
|
4bdfbcc916
|
Merge pull request #316 from dwvisser/iso-scanning
Help for scanning ISO images on Linux, Mac OS X, and Windows
|
2015-08-25 05:27:10 -04:00 |
|
ma wei
|
519198bb61
|
Merge remote-tracking branch 'upstream/master'
|
2015-08-24 22:29:28 +08:00 |
|
ma wei
|
9a7c342f91
|
modify spec for testing project extension
|
2015-08-24 22:25:03 +08:00 |
|
ma wei
|
761a5ed3dd
|
remove duplicated configuration items in DependencyCheckTask
|
2015-08-24 22:17:16 +08:00 |
|
Jeremy Long
|
481e753ad4
|
corrected spring-security false positives per issue #319 and #311
|
2015-08-23 06:45:35 -04:00 |
|