Jeremy Long
e82bbbefe8
updated per issue #854
2017-08-24 06:35:36 -04:00
Jeremy Long
aa033cde4b
updated per group discussion https://groups.google.com/forum/#!topic/dependency-check/GcOFleJz-nk
2017-08-24 06:32:10 -04:00
Jeremy Long
2421380d1d
added hint per discussion here: https://groups.google.com/forum/#!topic/dependency-check/GcOFleJz-nk
2017-08-23 06:41:39 -04:00
Jeremy Long
0f87dee1a0
Merge branch 'catch_ioexception_parsing_manifest' of https://github.com/mealingr/DependencyCheck into mealingr-catch_ioexception_parsing_manifest
2017-08-23 05:51:15 -04:00
Jeremy Long
5ff9814894
patch for issue #851
2017-08-23 05:43:47 -04:00
Richard Mealing
5d87dc2942
change to skip and remove macOS metadata and non-zip files
2017-08-21 13:51:45 +01:00
Jeremy Long
1049a18a15
temporarily suspend parallel processing
2017-08-20 11:22:35 -04:00
Jeremy Long
bcae8d2015
Merge pull request #839 from jeremylong/h2upgrade
...
H2 Upgrade
2017-08-20 11:02:17 -04:00
Jeremy Long
631c10f8b6
fix issue #849
2017-08-20 11:01:10 -04:00
Jeremy Long
a015cf4210
patch to fix issue #844
2017-08-19 17:20:36 -04:00
Jeremy Long
07f838ccf3
patch to fix issue #844
2017-08-19 17:18:48 -04:00
Richard Mealing
6d7f7d8e42
updated error message to be more representative
2017-08-18 13:44:53 +01:00
Richard Mealing
e7055c8a38
increased test robustness
2017-08-18 09:55:19 +01:00
Richard Mealing
ab2e5f31c8
catch IOExceptions when parsing jar manifest
2017-08-17 19:54:13 +01:00
Jeremy Long
c0aca39d31
revert database name to dc.h2.db
2017-08-13 16:05:26 -04:00
Jeremy Long
bf5aafe455
improve usage of lucene, add stop words, code cleanup, etc.
2017-08-13 13:18:58 -04:00
Jeremy Long
fb2b3159e8
added suppression rule per issue #838
2017-08-13 12:37:17 -04:00
Jeremy Long
593fddb1f9
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2017-08-13 10:47:50 -04:00
Jeremy Long
3ef80644f8
updated connection string for concurrency
2017-08-13 08:28:32 -04:00
Jeremy Long
d401a7e60a
minor code formating fix
2017-08-13 07:43:34 -04:00
Jeremy Long
1e269f2a2c
externalized db lock
2017-08-13 07:41:35 -04:00
Kevin Tham
ade69168d0
Make fixes to NspAnalyzer to correctly parse package.json files
...
* parse `bundledDependencies` and `bundleDependencies' as a JsonArray
* parse `license` as a JsonObject for older libraries that used license objects
2017-08-08 11:33:50 -07:00
Kevin Tham
89c63ac5c9
Add NspAnalyzerTest.java and package.json files for testing
2017-08-08 11:30:54 -07:00
Jeremy Long
9fd8f1c898
initial upgrade of h2
2017-08-07 18:37:03 -04:00
Jeremy Long
b44862f713
updated log message, see https://github.com/jeremylong/dependency-check-gradle/issues/52 - original message was misleading
2017-08-05 07:53:40 -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
06cf39b59b
cleanup, checkstyle, etc.
2017-07-23 08:34:40 -04:00
Jeremy Long
176363492e
checkstyle updates
2017-07-22 18:20:11 -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
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
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
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
Jeremy Long
4fc2abd183
false positive per issue #796
2017-07-12 07:24:30 -04:00