Jeremy Long
422418f396
minor codacy suggested changes
2017-06-04 08:13:59 -04:00
Jeremy Long
6b359a7138
codacy, checkstyle, upgrades, etc.
2017-06-04 06:41:30 -04:00
Jeremy Long
d355cab2f9
minor codacy requested fixes
2017-05-30 06:44:00 -04:00
Jeremy Long
72aec26ede
test cases for fix of issue #710
2017-05-29 08:21:40 -04:00
Jeremy Long
ec448438e5
fix for issue #710
2017-05-29 08:19:22 -04:00
Jeremy Long
c96ef88222
Moved report generation into the engine, cleaned up code, etc.
2017-05-23 21:00:40 -04:00
Jeremy Long
898412eaea
default to remove auth schemas for proxy connections - added a property to disable this functionality. Fix for issue #718
2017-05-14 17:19:26 -04:00
Jeremy Long
ee72f172d2
fix codacy issue
2017-05-08 21:41:05 -04:00
Jeremy Long
e721dac389
implemented CSV reports per #675
2017-05-08 07:43:39 -04:00
Jeremy Long
8fc42078c7
checkstyle corrections, minor restructuring, etc.
2017-05-07 18:40:25 -04:00
Jeremy Long
5681e0bfdf
fixed test cases
2017-05-05 15:17:39 -04:00
Jeremy Long
55bfe4cad8
Merge branch 'master' into jacoco
2017-05-05 14:41:27 -04:00
Jeremy Long
5c21451760
updated to use the new schema
2017-05-05 14:15:21 -04:00
Jeremy Long
bdace1b1b7
Merge branch 'Issues#665_implement' of https://github.com/Prakhash/DependencyCheck into Prakhash-Issues#665_implement
2017-05-04 06:48:31 -04:00
Jeremy Long
3ff838a2cc
Merge branch 'master' into jacoco
2017-04-30 17:20:23 -04:00
Jeremy Long
116ef264e1
updated failing test case to expect the correct exception
2017-04-26 08:59:53 -04:00
Jeremy Long
c9ee55863f
fixed merge
2017-04-12 10:42:02 -04:00
Jeremy Long
c622ff2b19
converted to using jacoco for code coverage
2017-04-02 08:16:21 -04:00
Jeremy Long
35d0f21c47
fix codacy issues
2017-04-01 10:02:24 -04:00
Jeremy Long
18564e8e86
fixed merge issue
2017-04-01 08:33:13 -04:00
Jeremy Long
e2a1a59543
fixed issues related to making the cveDb a singleton
2017-03-31 06:58:37 -04:00
Jeremy Long
539bd754df
fixed merge
2017-03-25 09:10:41 -04:00
Jeremy Long
a23d127c62
initial fix for CveDB singleton
2017-03-25 09:05:51 -04:00
Jeremy Long
947499726a
initial attempt
2017-03-15 07:36:28 -04:00
Prakhash
2b04c6a7dd
changed the coordinates according to the pom file details
2017-03-13 15:52:50 +05:30
Jeremy Long
3bb6553111
Merge pull request #681 from jeremylong/java7_updates_and_cleanup
...
Java7 updates and cleanup
2017-03-12 19:35:12 -04:00
Jeremy Long
626f6c3de2
updated to use IOUtils to copy between streams
2017-03-12 13:21:59 -04:00
Jeremy Long
8bfbd11a51
added test cases
2017-03-11 12:46:06 -05:00
Jeremy Long
46f227e92e
updated and added test cases
2017-03-11 11:09:31 -05:00
Jeremy Long
dfc6d952bd
codacy cleanup
2017-03-10 15:38:00 -05:00
Jeremy Long
046f4605f9
java7 updates and cleanup
2017-03-10 15:30:48 -05:00
Jeremy Long
03ec3142c3
updated threadpool size
2017-03-07 06:37:21 -05:00
Jeremy Long
679df936e7
changed CveDB to a singeton
2017-03-07 05:49:12 -05:00
Jeremy Long
e363e8109b
added suppression notes
2017-02-26 09:16:53 -05:00
Jeremy Long
3e08437808
updated to work with new schema
2017-02-26 07:52:02 -05:00
Jeremy Long
1367be510c
correct fix for issue #660 ; correctly handle organization from the pom
2017-02-21 07:02:05 -05:00
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