Jeremy Long
2ea0eb3c64
correct fix for issue #660 ; correctly handle organization from the pom
2017-02-21 06:40:02 -05:00
Jeremy Long
3577949425
codacy recommended updates
2017-02-17 19:03:53 -05:00
Jeremy Long
d9dcc8cc2d
fixed UTF-8 BOM bug
2017-02-17 17:18:10 -05:00
Jeremy Long
c9e8e6cf0e
codacy recommended updates
2017-02-17 14:20:43 -05:00
Jeremy Long
960a2e27ab
formating and codacy recommended updates
2017-02-17 12:59:17 -05:00
Jeremy Long
ae5a95bfb3
merge #662
2017-02-17 12:13:45 -05:00
Jeremy Long
d6c9fea354
formating and codacy recommended updates
2017-02-17 12:03:11 -05:00
Jeremy Long
d6f1351f6b
Merge pull request #657 from stefanneuhaus/accelerate-db-update_get-rid-of-treeset
...
Accelerate CVE DB update: replace TreeSets in Vulnerability by HashSets
2017-02-17 10:48:46 -05:00
Jeremy Long
373488adb4
codacy recommended updates
2017-02-17 10:31:25 -05:00
Stefan Neuhaus
59401cc9f8
cleanup/code style
2017-02-16 20:55:26 +01:00
Stefan Neuhaus
eca0e7a852
Fix integration test
2017-02-16 20:53:48 +01:00
Stefan Neuhaus
3a70e25983
Refactoring: Move retrieval of last modified timestamps from UpdateableNvdCve to NvdCveUpdater
...
- UpdateableNvdCve is from its nature more like a simple value object
- Facilitates performance optimization for retrieval of last modification timestamps
2017-02-16 08:58:50 +01:00
Stefan Neuhaus
a9fc6bf02c
cleanup: remove unused stuff
2017-02-16 08:58:36 +01:00
Stefan Neuhaus
cd4f09dc86
NvdCveUpdater: Refactor thread pool concept
...
- Make thread pools members of the class to facilitate reuse
- Increase default max download thread pool size from 3 to 50 (should be fine for mostly blocking tasks like downloading)
2017-02-16 08:58:14 +01:00
Stefan Neuhaus
0464626e2b
Accelerate CVE DB update
...
Vulnerability: switch vulnerableSoftware and references from expensive TreeSet to HashSet
2017-02-11 20:46:28 +01:00
Jeremy Long
0b329bd40e
added test case
2017-02-07 19:41:06 -05:00
Jeremy Long
0e0a4bb0b4
expanded hint rules so that they can remove evidence
2017-02-04 09:20:47 -05:00
Jeremy Long
847bed2fa0
added manifest implementation-version
2017-01-22 07:42:11 -05:00
Jeremy Long
523cd23b6b
filter version numbers for issue #575
2017-01-14 09:41:34 -05:00
Jeremy Long
8d63ee19ed
fix for Jenkins integration, updates to commit f47c6b0
2017-01-08 07:55:35 -05:00
Jeremy Long
63ad13ff7a
added enabled properties per issue #612
2016-12-27 08:46:04 -05:00
Jeremy Long
dd92ec675f
fixed error in tests
2016-12-27 08:45:42 -05:00
Jeremy Long
287b1df3fd
added enabled settings for all analyzers per #612
2016-12-26 09:11:26 -05:00
Jeremy Long
f9d3a9d8d8
Merge pull request #614 from stefanneuhaus/issue-613-fix-version-comparison
...
Fix handling of numerical versions
2016-12-22 06:58:26 -05:00
Jeremy Long
91dbb39f18
updated test for #630
2016-12-18 11:59:59 -05:00
Jeremy Long
1c053469e9
fixed date format for test case
2016-12-10 19:50:09 -05:00
Jeremy Long
610e97ef7f
jacks suggested change
2016-12-10 16:55:58 -05:00
Jeremy Long
5a678d2ccb
removed test code
2016-12-10 16:55:38 -05:00
Jeremy Long
f47c6b07f4
jacks recommended change for thread safety
2016-12-05 22:41:15 -05:00
Jeremy Long
bd3af45db9
fixed code duplication
2016-12-04 16:18:01 -05:00
Stefan Neuhaus
e7072ea04c
Count "0" as a positive integer
2016-12-03 22:50:20 +01:00
Jeremy Long
a6ca2e3895
Merge pull request #625 from axel3rd/MinorFixAndUTsWindowsSpaceDirectory
...
UTs on Windows when project path contains space & some exception review
2016-11-22 19:51:54 -05:00
Alix Lourme
6ecf55be91
UTs on Windows when project path contains space & some exception review
2016-11-22 23:33:40 +01:00
Jeremy Long
13bd63dac8
re-loading of properties/settings resolved by sharing the settings object amongst tasks
2016-11-22 16:40:57 -05:00
Jeremy Long
e9556bbbf0
added analyzer initialization so that temp files get put in the correct location
2016-11-22 06:40:33 -05:00
Stefan Neuhaus
1337686013
Fix handling of numerical versions
2016-11-13 19:37:29 +01:00
Jeremy Long
e2cd99d40d
modified code for #606
2016-11-03 06:41:37 -04:00
Jeremy Long
a12bc44ecd
moved hard-coded configuration to properties file and added some additional debugging
2016-10-28 08:44:43 -04:00
Jeremy Long
e751b7b814
checkstyle correction
2016-10-23 07:02:36 -04:00
Stefan Neuhaus
9b43bf004a
Cleanup
...
- shutdown() ExecutorService after task execution
- javadoc
- improve unit test coverage
2016-10-09 16:03:36 +02:00
Jeremy Long
44edcabe15
fixed duplicate analysis identified in https://github.com/jeremylong/dependency-check-gradle/issues/19
2016-10-01 06:55:37 -04:00
Jeremy Long
aef118d375
test and fix for version number matching per issue #558
2016-09-09 06:36:56 -04:00
Jeremy Long
45438a7f06
removed temporary test code
2016-09-05 06:46:06 -04:00
Jeremy Long
c980e77ea3
added assume to skip errors when mono is not installed
2016-09-04 20:50:14 -04:00
Jeremy Long
176d3ddefa
temporary fix for issue #534
2016-09-04 19:09:08 -04:00
Jeremy Long
bcd6634d8a
fixed NPE issues
2016-09-04 18:41:58 -04:00
Jeremy Long
0b260cef2a
removed duplicated test
2016-09-04 08:00:43 -04:00
Jeremy Long
6a68abbd67
fixed unit test on non-windows
2016-09-01 06:12:35 -04:00
bjiang
0164feffcc
Merge branch 'master' into swift_support
2016-08-12 16:35:12 -04:00
Jeremy Long
bed04150e1
reverted H2 upgrade due to issues with Jenkins and Java 6 compatability
2016-07-27 06:23:56 -04:00