Jeremy Long
84d1f08fda
updated documentation for NVD urls to match what is hosted by NIST
2016-03-21 07:58:02 -04:00
Jeremy Long
e51031c62a
fix bug in getLastProject for non-site executions
2016-03-06 17:28:40 -05:00
Jeremy Long
22e0d1c74e
doclint fixes
2016-03-05 13:18:37 -05:00
Jeremy Long
8b58df3b34
checkstyle/pmd/findbugs corrections
2016-03-05 07:07:53 -05:00
Jeremy Long
7860d635a9
ensured deserialization is secure
2016-03-04 17:38:48 -05:00
Jeremy Long
f630794e22
added warning about site:stage with regards to the aggregate goal
2016-02-24 17:00:31 -05:00
Jeremy Long
585002c25c
resolution for issue #386 fixed the conditional so that execution occured on the last non-skipped project in the reactor
2016-02-23 20:42:10 -05:00
Christian Galsterer
d023b2b2ff
[i444] Support nonProxyHosts parameter in settings.xml
2016-02-06 16:13:01 +01:00
Jeremy Long
31df2fa131
findbugs/checkstyle corrections
2016-01-30 08:57:40 -05:00
Jeremy Long
512b17555c
updated documentation for encrypted passwords per issue #417
2015-12-26 12:55:41 -05:00
Jeremy Long
dc7849c9e8
added support for encrypted passwords per issue #417
2015-12-26 07:13:40 -05:00
Jeremy Long
cca694a580
logs from issue #138 indicate multiple modules are calling a non-threadsafe operation; as such, the mojo is being marked as threadSafe=false
2015-12-18 06:36:14 -05:00
Jeremy Long
3a7f95b9b1
spelling correction
2015-12-18 06:28:11 -05:00
Jeremy Long
3a84dc3962
fixed casing per issue #418
2015-12-18 06:05:01 -05:00
Jeremy Long
3396cb2887
fix for issue #416
2015-12-10 18:33:31 -05:00
Jeremy Long
1b2210aba0
pmd/checkstyle/findbugs corrections
2015-11-24 16:12:23 -05:00
Anthony Whitford
b346dfe0a3
Minor code tweaks.
2015-11-10 00:09:01 -08:00
Jeremy Long
5f259cb88c
added missed configuration options for new analyzers
2015-11-07 06:37:36 -05:00
Jeremy Long
3c4c65c28c
corrected NVD CVE URLs
2015-11-04 06:00:04 -05:00
Anthony Whitford
8e8b462bc8
Replaced one character String constants with char constants, when applicable.
2015-11-01 22:39:30 -08: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
0c69ab80bb
Merge pull request #382 from awhitford/MojoStreamClose
...
Removed unnecessary OutputStream closing.
2015-10-25 06:04:28 -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
626e93c7e3
minor changes to patch for PR #390
2015-10-23 06:27:29 -04:00
Jeremy Long
84838d19d9
added documentation for issue #390
2015-10-23 06:25:20 -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
ccb03f2763
Added cveValidForHours parameter that can suppress redundant and repetitive checks for NVD CVE changes.
2015-10-21 23:25:18 -07:00
Jeremy Long
c2e6065ed7
added option to change the name of the report per issue #389
2015-10-20 06:18:28 -04:00
Anthony Whitford
b5026a45f6
Removed unnecessary OutputStream closing. Also the flush and reset are not necessary since the stream is being closed right away.
2015-10-11 19:09:03 -07:00
Anthony Whitford
79fde3ebc9
Added basic skip option for mojos.
2015-10-11 18:44:25 -07:00
Jeremy Long
529b9739b5
changed default phase to VERIFY
2015-10-10 06:14:50 -04:00
Jeremy Long
a014ca7d8a
Merge branch 'MvnPhase' of https://github.com/awhitford/DependencyCheck into awhitford-MvnPhase
2015-10-10 05:59:04 -04:00
Stephen Kitt
1852b9dbb2
Avoid ConcurrentModificationExceptions
...
AggregateMojo.getDescendants() can end up adding descendants while
it's iterating over them. This separates the addition from the
iteration to avoid this.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2015-10-09 17:07:27 +02:00
Anthony Whitford
1d916286ee
Changing the check phase from compile to verify.
2015-10-07 23:11:53 -07:00
Jeremy Long
9203acff9c
checkstyle/pmd/findbugs patches
2015-09-19 07:52:24 -04:00
Jeremy Long
8c98da09f0
Merge pull request #355 from hansjoachim/warnings
...
Warnings
2015-09-13 19:31:16 -04:00
Anthony Whitford
0efc9d1cd2
Added missing serialVersionUID.
2015-09-13 10:34:19 -07:00
Hans Joachim Desserud
0ecd466c4c
Add missing @Override annotations
2015-09-13 14:52:08 +02:00
Jeremy Long
862bf43685
suppressed checkstyle warnings
2015-09-13 07:02:41 -04:00
Jeremy Long
f83139a9ee
fixed line length checkstyle finding
2015-09-13 07:02:13 -04:00
Jeremy Long
57ae0f1676
resolved command line invocation of aggregate resulting in missing html report ( #189 )
2015-09-09 06:15:17 -04:00
Jeremy Long
48e644e007
removed un-needed call to log.isDebugEnabled()
2015-09-09 05:58:51 -04:00
Jeremy Long
56360301d7
changed debug message to an error
2015-09-07 07:25:29 -04:00
Anthony Whitford
2a50dcba9d
Removed Checkstyle and PMD violations.
2015-09-05 22:25:59 -07:00
Jeremy Long
c4c670a3b1
Merge pull request #334 from awhitford/MavenPluginWarnings
...
Removed deprecated code.
2015-09-05 20:59:05 -04:00
Jeremy Long
17a05cc1d4
removed excessive logging used to debug
2015-09-05 20:56:54 -04:00
Jeremy Long
1f0e789575
fixed bug that might contribute to issue #189
2015-09-05 06:48:00 -04:00
Anthony Whitford
c2b8901537
Removed deprecated code.
2015-09-03 01:25:53 -07:00
Jeremy Long
4632753f02
commented out initial attempt at issue #22 to resolve issue #327
2015-09-02 06:42:36 -04:00
Jeremy Long
e630c484ff
implementing the purge feature as requested in issue #328
2015-08-30 07:02:26 -04:00