Jeremy Long
10a8bf5356
Merge pull request #829 from stefanneuhaus/fix-postgres-save-properties
...
Fix save_properties on Postgres
2017-07-29 22:14:42 -04:00
Stefan Neuhaus
c6c194dddb
Fix save_properties on Postgres
...
“CALL save_property(.)” does not work (tested with Postgres 9.6):
SQL Error [42601]: ERROR: syntax error at or near "CALL"
Position: 1
org.postgresql.util.PSQLException: ERROR: syntax error at or near "CALL"
Position: 1
2017-07-29 19:49:32 +02:00
Jeremy Long
2753bb97c8
added synchronization per issue #785
2017-07-26 11:48:50 -04:00
Jeremy Long
9c744211d7
fixed JSON report to generate valid JSON
2017-07-26 09:59:44 -04:00
Jeremy Long
8a8d4fb994
updated temporary data directory logic as the previous implementation did not work correctly
2017-07-26 09:59:21 -04:00
Jeremy Long
d24dac26ea
updated setup/teardown so that the settings are properly set
2017-07-25 13:07:16 -04:00
Jeremy Long
93088c2e9a
updated error handling for issue #821
2017-07-25 13:01:55 -04:00
Jeremy Long
61ad90c939
corrected json report per issue #821
2017-07-25 10:30:54 -04:00
Jeremy Long
c849af19ed
updated per issue #823
2017-07-25 09:42:33 -04:00
Jeremy Long
4f7ce49dea
snapshot version
2017-07-23 17:01:38 -04:00
Jeremy Long
c94717bd1c
updated README.md per issue #818
2017-07-23 17:01:27 -04:00
Jeremy Long
06cf39b59b
cleanup, checkstyle, etc.
2017-07-23 08:34:40 -04:00
Jeremy Long
c3c52c2b2a
Merge branch 'stevespringett-master'
2017-07-23 07:43:57 -04:00
Jeremy Long
b4dcd61f58
Merge branch 'master' of https://github.com/stevespringett/DependencyCheck into stevespringett-master
2017-07-23 07:26:55 -04:00
Jeremy Long
89b8f314d8
version 2.1.0
2017-07-23 07:26:37 -04:00
Jeremy Long
e975ba5199
resolve issue #818
2017-07-23 07:11:47 -04:00
Jeremy Long
12d74510cd
Coverity suggested cleanup
2017-07-23 06:27:14 -04:00
Jeremy Long
176363492e
checkstyle updates
2017-07-22 18:20:11 -04:00
stevespringett
b8edcaeaf8
Adds Maven support for specifying multiple filesets in a 'scanSet'. #773
2017-07-22 15:10:42 -05:00
Jeremy Long
db2a0abcb6
Merge pull request #819 from jeremylong/issue815
...
Fix Error Reporting in Maven Aggregate Goal
2017-07-22 07:58:23 -04:00
Jeremy Long
84c6320e49
Merge branch 'master' into issue815
2017-07-22 07:25:21 -04:00
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
79d64a617d
Merge pull request #817 from jeremylong/bundleaudit
...
Resolve issue #810
2017-07-22 06:46:50 -04:00
stevespringett
784a1393fc
Added check for node_modules directory. Will skip if package.json is a node module. Fixes #797
2017-07-21 15:18:28 -05:00
Jeremy Long
af9bc9ec3e
updated exception handling
2017-07-21 06:53:54 -04:00
Jeremy Long
f3580dece7
documentation update
2017-07-21 06:35:30 -04:00
Jeremy Long
0183457b7a
resolve issue #810
2017-07-21 06:10:03 -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