Dale Visser
|
2ed5dc153a
|
Fixed merge conflict in App.java
|
2015-11-23 13:27:22 -05:00 |
|
Jeremy Long
|
5f8f156bee
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
|
2015-11-22 07:31:27 -05:00 |
|
Jeremy Long
|
fc05471086
|
bug fix that might be related to #388, in addition added logging incase the bug fix does not work
|
2015-11-22 07:30:28 -05:00 |
|
Jeremy Long
|
b9db2dd89f
|
Merge pull request #409 from awhitford/MinorCodeTweaks
Thanks!
|
2015-11-22 07:14:12 -05:00 |
|
Jeremy Long
|
09c4708a22
|
update for issue #410
|
2015-11-11 00:58:00 -05:00 |
|
Anthony Whitford
|
b346dfe0a3
|
Minor code tweaks.
|
2015-11-10 00:09:01 -08:00 |
|
Jeremy Long
|
5508c60e85
|
resulved conflict
|
2015-11-03 05:52:22 -05:00 |
|
Jeremy Long
|
ffc341e4b9
|
Merge pull request #405 from awhitford/StringToChar
One character String constants with char constants
|
2015-11-03 05:43:41 -05:00 |
|
Anthony Whitford
|
041d3c5312
|
Removed unnecessary countCharacter method by leveraging StringUtils.countMatches.
|
2015-11-01 23:19:37 -08:00 |
|
Anthony Whitford
|
8e8b462bc8
|
Replaced one character String constants with char constants, when applicable.
|
2015-11-01 22:39:30 -08:00 |
|
Jeremy Long
|
efbc76e06f
|
Merge pull request #402 from awhitford/SettingsSetters
New setters for Settings
|
2015-11-01 05:52:34 -05:00 |
|
Jeremy Long
|
67a44d2adc
|
added postgres
|
2015-11-01 05:50:08 -05:00 |
|
Anthony Whitford
|
92a35b929a
|
Leveraged the new setters with null and empty checking for Settings.
|
2015-10-31 10:26:32 -07:00 |
|
Jeremy Long
|
f2f3d050bd
|
added 3.0 update schema
|
2015-10-31 07:25:02 -04:00 |
|
Jeremy Long
|
0cbecbe3a0
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
|
2015-10-30 05:42:36 -04:00 |
|
Jeremy Long
|
51a8b5a058
|
added mysql dialect
|
2015-10-30 05:41:12 -04:00 |
|
Jeremy Long
|
aaf716e54b
|
Merge pull request #395 from awhitford/IOUtils
Leverage IOUtils
|
2015-10-30 05:32:44 -04:00 |
|
Anthony Whitford
|
a92bdfe30d
|
Alternative interpolateString implementation leveraging commons-lang3.
|
2015-10-28 00:08:12 -07:00 |
|
Anthony Whitford
|
7f130ff036
|
Improved interpolateString.
|
2015-10-27 23:25:28 -07:00 |
|
Anthony Whitford
|
e21f8a97ac
|
More opportunities to leverage IOUtils.
|
2015-10-27 01:00:29 -07:00 |
|
Anthony Whitford
|
a8ff403809
|
Removed unused imports.
|
2015-10-27 01:00:04 -07:00 |
|
Anthony Whitford
|
22097c0a25
|
Replaced boiler-plate file read with simpler IOUtils call.
|
2015-10-27 00:10:32 -07:00 |
|
Jeremy Long
|
92e7d9cf80
|
improved update failure reporting
|
2015-10-26 06:36:10 -04:00 |
|
Jeremy Long
|
54d921f275
|
added test case
|
2015-10-26 06:32:02 -04:00 |
|
Jeremy Long
|
08d7b3dbce
|
currently unused but contains DDL that may be needed in the future
|
2015-10-26 06:31:43 -04:00 |
|
Jeremy Long
|
6949b3c229
|
update file cannot contain comments
|
2015-10-26 06:30:56 -04:00 |
|
Jeremy Long
|
aa9908b34a
|
updated test properties w/ changes that had been made in the main properties
|
2015-10-25 06:22:30 -04:00 |
|
Jeremy Long
|
640674ef72
|
minor - added a comment explaining one of the preoperties
|
2015-10-25 06:21:48 -04:00 |
|
Jeremy Long
|
62dbf99557
|
moved default values to the properties file instead of hard-coding them
|
2015-10-25 05:57:24 -04:00 |
|
Jeremy Long
|
99b140adaa
|
updated field name to make it more clear
|
2015-10-24 06:19:00 -04:00 |
|
Jeremy Long
|
387d577d4f
|
updated field name to make it more clear
|
2015-10-24 06:18:36 -04:00 |
|
Jeremy Long
|
8fc9a3d6d1
|
Merge pull request #391 from awhitford/CpeSetting
Change CpeUpdater to use CPE_MODIFIED_VALID_FOR_DAYS
|
2015-10-23 06:29:51 -04:00 |
|
Jeremy Long
|
b588c4c900
|
set a default value of four hours for issue #390
|
2015-10-23 06:26:42 -04:00 |
|
Jeremy Long
|
520f3cb09a
|
Merge branch 'NvdCheck' of https://github.com/awhitford/DependencyCheck into awhitford-NvdCheck
|
2015-10-23 05:32:27 -04:00 |
|
Anthony Whitford
|
5d1d378f61
|
Shouldn't CPE Updater use the CPE_MODIFIED_VALID_FOR_DAYS setting (not CVE)?
|
2015-10-21 23:56:28 -07:00 |
|
Anthony Whitford
|
cef3bb7424
|
Reworked withinDateRange to avoid type conversion between doubles and longs; expressed in long integer math.
|
2015-10-21 23:27:03 -07:00 |
|
Anthony Whitford
|
1f6168366b
|
Added logic to optionally prevent overly repetitive checks for NVD CVE changes.
|
2015-10-21 23:23:47 -07:00 |
|
Anthony Whitford
|
cd5bf85245
|
Added a database property for recording the last time the NVD CVE was checked.
|
2015-10-21 23:21:25 -07:00 |
|
Jeremy Long
|
3f230c5a05
|
resolve issue #372
|
2015-10-18 06:32:44 -04:00 |
|
Jeremy Long
|
dc849c3891
|
removed duplicate abstract test base
|
2015-10-18 06:17:21 -04:00 |
|
Jeremy Long
|
2770b58a20
|
fixing the build
|
2015-10-18 06:07:23 -04:00 |
|
Jeremy Long
|
37519acfb8
|
minor performance improvement
|
2015-10-17 07:42:09 -04:00 |
|
Jeremy Long
|
ad8c7b3cd2
|
missed one character in my lucene escape util
|
2015-10-17 07:40:38 -04:00 |
|
Jeremy Long
|
04db8d3208
|
Merge pull request #385 from awhitford/FileUtils
Leverage FilenameUtils
|
2015-10-16 06:30:53 -04:00 |
|
Jeremy Long
|
666e3b1e30
|
fix for issue #384
|
2015-10-16 06:23:03 -04:00 |
|
Jeremy Long
|
a7f50d147e
|
depending on test order this test may fail if ArchiveAnalyzer was previously loaded.
|
2015-10-14 07:12:04 -04:00 |
|
Anthony Whitford
|
7e639db5de
|
Leveraging FilenameUtils rather than string dissection.
|
2015-10-14 00:16:20 -07:00 |
|
Jeremy Long
|
2f518dacfc
|
Merge branch 'master' of github.com:jeremylong/DependencyCheck
|
2015-10-13 21:24:22 -04:00 |
|
Jeremy Long
|
fded8b6cd3
|
fixed issue #383
|
2015-10-13 21:24:03 -04:00 |
|
Jeremy Long
|
3b6c64dc9d
|
move test resource to correct directory
|
2015-10-13 19:03:33 -04:00 |
|