Commit Graph

4720 Commits

Author SHA1 Message Date
Jeremy Long
cc2051b308 removed un-needed prebuild scripts 2017-07-22 07:24:50 -04:00
Jeremy Long
43d71e7665 upgraded invoker version so that the threadcount can be increased to reduce build time 2017-07-22 07:23:49 -04:00
Jeremy Long
37b9f49467 resolve issue #815 2017-07-22 07:22:37 -04:00
Jeremy Long
af9bc9ec3e updated exception handling 2017-07-21 06:53:54 -04:00
Jeremy Long
60b8bde19a resolve false positive per issue #814 2017-07-20 06:32:51 -04:00
Jeremy Long
5e8b012a5d fixed regexes per issue #794 2017-07-20 06:23:12 -04:00
Jeremy Long
5703a44ab5 Merge pull request #798 from markrekveld/engine-modes
Adds engine execution modes to separate evidence collection from analysis. The default case is to use both evidence collection and analysis.
2017-07-19 06:28:05 -04:00
Jeremy Long
91b1d5cbde fixed issue #808 2017-07-17 06:40:39 -04:00
Jeremy Long
2ab92a940b updates to resolve issue #801 2017-07-16 13:15:23 -04:00
Jeremy Long
4ec8e3bbbb fix issue #806 2017-07-16 12:22:19 -04:00
Jeremy Long
ed56eb2ec1 updated test case per issue #792 2017-07-16 08:46:48 -04:00
Jeremy Long
d4c1a9ea08 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-07-16 08:27:00 -04:00
Jeremy Long
48947ca722 updated per issue #792 2017-07-16 08:26:52 -04:00
Jeremy Long
5d028ee9fe Merge pull request #800 from aikebah/issue-799
Fix issue #799 - Initialize exCol to prevent NPE
2017-07-14 06:59:41 -04:00
Jeremy Long
35b762bd75 Merge pull request #803 from stefanneuhaus/fix-postgres-usage_missing-resource-exception_merge-property
Fix MissingResourceException "MERGE_PROPERTY" for Postgres
2017-07-14 06:37:25 -04:00
Stefan Neuhaus
cbb10a1b1c In case of missing resources for prepared statements detect and clearly indicate this issue. 2017-07-13 21:22:15 +02:00
Stefan Neuhaus
239c5f2e46 Prevent NPE in case the CveDB.getInstance() failed. This NPE masked the actual cause thereby hampering issue analysis 2017-07-13 21:21:03 +02:00
Stefan Neuhaus
d7d5e0c757 Cleanup: Ease debugging connection problems: add cause to thrown exceptions 2017-07-13 21:18:27 +02:00
Stefan Neuhaus
fccac8cb85 Actual fix: the database product was reported as “PostgreSQL” by the driver. As the custom “Locale” used in the ResourceBundle is case-sensitive, the mixed-case properties file fails to be resolved (at least on case-sensitive file systems) 2017-07-13 21:16:46 +02:00
Hans Aikema
6d2a6bbd3d Fix issue #799 - Initialize exCol to prevent NPE 2017-07-12 21:40:31 +02:00
Jeremy Long
4fc2abd183 false positive per issue #796 2017-07-12 07:24:30 -04:00
Mark Rekveld
b762d8e664 comment 2017-07-12 13:10:36 +02:00
Mark Rekveld
ccce1eea4b tests 2017-07-11 09:59:28 +02:00
Mark Rekveld
11ef55920e missing mode.phases 2017-07-10 18:14:42 +02:00
Mark Rekveld
7c0a7a0dd0 removed throws 2017-07-10 17:18:22 +02:00
Mark Rekveld
e6ec9d9aa3 Autocloseable 2017-07-10 16:58:08 +02:00
Mark Rekveld
1fe24a2e0c type 2017-07-10 16:36:41 +02:00
Mark Rekveld
f2aa3f12be javadocs + tests 2017-07-10 16:28:02 +02:00
Mark Rekveld
cb3cf79beb Engine execution modes 2017-07-10 16:28:02 +02:00
Jeremy Long
a27f390d37 snapshot version 2017-07-08 05:40:28 -04:00
Jeremy Long
d8107c1232 fixed distributionManagement id 2017-07-08 05:38:43 -04:00
Jeremy Long
9272bded7e version 2.0.1 2017-07-06 19:53:05 -04:00
Jeremy Long
6800029163 updated settings 2017-07-06 19:51:09 -04:00
Jeremy Long
64c824fedf Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-07-06 19:38:15 -04:00
Jeremy Long
8338668ab4 Merge pull request #789 from jeremylong/vladt-FixGrokAssemblyExeCreation
Minor updates to PR#787
2017-07-06 19:37:47 -04:00
Jeremy Long
eb244e0234 minor code quality cleanup per codacy 2017-07-06 06:55:16 -04:00
Jeremy Long
3ffb2d1312 removed un-needed checks in tearDown 2017-07-06 06:31:20 -04:00
Jeremy Long
d76832f761 updated tear down to call the correct close method for this test 2017-07-06 06:17:49 -04:00
Jeremy Long
d5503ff615 updated error reporting for non-existent files 2017-07-06 06:05:26 -04:00
Jeremy Long
87f327b095 suppressed unchecked warning on cast 2017-07-06 05:41:06 -04:00
Jeremy Long
756d39df9a Merge branch 'FixGrokAssemblyExeCreation' of https://github.com/vladt/DependencyCheck into vladt-FixGrokAssemblyExeCreation 2017-07-06 05:34:17 -04:00
Jeremy Long
fa4d8832d7 updated documentation to try and avoid issue like #783 in the future 2017-07-06 05:28:23 -04:00
Jeremy Long
9d0a5da783 fix issue #783 2017-07-06 05:27:37 -04:00
vladt
725f1e9759 Fixed the creation of the GrokAssembly.exe temp file and the cleanup of the temp config file. 2017-07-05 10:07:29 -04:00
Jeremy Long
55689fe911 snapshot version 2017-07-03 18:23:54 -04:00
Jeremy Long
de4c116271 updated release notes 2017-07-03 13:41:27 -04:00
Jeremy Long
10ebe49287 minor update to regex for #781 2017-07-03 11:41:51 -04:00
Jeremy Long
305db5f8b1 updated documentation per issue #782 2017-07-03 08:04:54 -04:00
Jeremy Long
6e2b82c446 resolve false positives per issue #781 2017-07-03 07:40:04 -04:00
Jeremy Long
db135f8e11 fix site configuration 2017-07-02 06:38:20 -04:00