Jeremy Long
60fd4f6311
reverted change to resolve issue #930
2017-10-16 06:55:45 -04:00
Jeremy Long
0b3a50f320
snapshot version
2017-10-16 06:23:56 -04:00
Jeremy Long
b8f938b81b
updated suppression rule
2017-10-16 06:23:42 -04:00
Jeremy Long
23a6a726fe
version 3.0.0
2017-10-15 08:20:48 -04:00
Jeremy Long
c8bfdddd59
fix javadoc warning
2017-10-15 07:56:42 -04:00
Jeremy Long
e2a97738e1
checkstyle suggested changes
2017-10-13 07:07:52 -04:00
Jeremy Long
f6d301fd67
minor formating update
2017-10-13 06:33:23 -04:00
Jeremy Long
c484edf7ae
Merge branch 'master' of https://github.com/fabio-boldrini/DependencyCheck into fabio-boldrini-master
2017-10-13 06:28:46 -04:00
Jeremy Long
667e784d06
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2017-10-13 05:59:09 -04:00
Jeremy Long
20ff49f66c
update for issue/pr #862
2017-10-13 05:58:56 -04:00
fabio.boldrini
2332c0fa5e
On VulnerableSoftware changed implementation of compare to support
...
version in the format of 3b that is now splitted in 3 and b. Before the
versions "5.0.3a", "5.0.9" and "5.0.30" were not correctly comparable.
See VulnerableSoftwareTest.testVersionsWithLettersComparison.
This issue can cause a runtime exception during sort
2017-10-12 09:25:50 +02:00
Stefan Neuhaus
2ef4237adf
Fix typo: Engine.isDataBseRequired()
...
Also make the method private.
2017-10-09 09:57:42 +02:00
Jeremy Long
79b7d74387
coverity suggested changes
2017-10-08 17:20:08 -04:00
Jeremy Long
f5ec0331eb
Merge pull request #919 from stefanneuhaus/fix-typos
...
Fix typos
2017-10-08 16:07:21 -04:00
Jeremy Long
b4661d85f4
updated to resolve #871 and other FP
2017-10-08 15:32:55 -04:00
Jeremy Long
f15edfb806
fix issue #859
2017-10-08 15:10:18 -04:00
Stefan Neuhaus
143c8d151f
Fix typos
2017-10-08 14:50:21 +02:00
Jeremy Long
01ff6d986c
fix for issue #863
2017-10-08 08:24:42 -04:00
Jeremy Long
c153463471
update documentation per issue #878
2017-10-08 07:50:17 -04:00
Jeremy Long
e90444f012
minor update
2017-10-08 07:49:30 -04:00
Jeremy Long
55b9a42b62
several updates for FP
2017-10-08 07:48:10 -04:00
Jeremy Long
c51c772ff6
updated per issue #888
2017-10-08 07:28:55 -04:00
Jeremy Long
2507a56a3a
fix issue #913
2017-10-08 06:31:42 -04:00
Jeremy Long
8a7066cda7
resolved merge conflicts
2017-10-06 06:33:43 -04:00
Jeremy Long
51cf98eb60
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2017-10-06 05:46:23 -04:00
Jeremy Long
4370dfcd5a
allow integrated security
2017-10-06 05:46:16 -04:00
Stefan Neuhaus
c8dd241567
Merge remote-tracking branch 'upstream/master' into improve-centralanalyzer-stability
2017-10-04 20:56:05 +02:00
Stefan Neuhaus
ed49251310
Cleanup test
2017-10-04 20:54:02 +02:00
Stefan Neuhaus
98f9628e27
Fail analysis/build in case of recurring IOExceptions when connecting to MavenCentral
2017-10-04 20:48:16 +02:00
Stefan Neuhaus
bfbec1d0a6
Cleanup: Remove enabled flag (reuse flag from AbstractAnalyzer class)
2017-10-04 20:34:39 +02:00
Stefan Neuhaus
6ddc0bfa27
Add license information
2017-10-04 20:11:38 +02:00
Stefan Neuhaus
eacf3ac906
Please PMD
2017-10-04 15:04:53 +02:00
Stefan Neuhaus
6fc15984b8
Please PMD
2017-10-04 14:43:12 +02:00
Jeremy Long
cd875777e7
added hints from community feedback
2017-10-04 06:27:09 -04:00
Stefan Neuhaus
a38f8b447c
Cleanup: remove dead code
2017-10-02 17:06:27 +02:00
Stefan Neuhaus
142eb41312
Cleanup: remove useless overwrite
...
As the default is "true" again, we do not need to overwrite it here. And even if we changed the default back to "false", then there would probably be a good reason why we would not want to overwrite it to "true" for this specific analyzer.
2017-10-02 17:05:55 +02:00
Stefan Neuhaus
1835355f4d
Cleanup: formatting and typo
2017-10-02 17:03:20 +02:00
Stefan Neuhaus
3c3534e7da
CentralAnalyzer: Implement retry for fetching MavenArtifacts due to sporadic issues
2017-10-02 17:01:16 +02:00
Jeremy Long
159b9006cc
resolved merge conflicts
2017-10-02 06:59:12 -04:00
Jeremy Long
cf2f2dc62d
resolved merge conflicts
2017-10-02 06:47:41 -04:00
brianf
16892d022f
Nuspec tests and name normalization
...
added tests for the existing analyzer and normalized the name and set
the ecosystem.
2017-10-01 11:41:45 -04:00
Jeremy Long
423216f1a3
resolved merge conflict
2017-09-30 07:54:33 -04:00
Jeremy Long
b6936bf805
Merge pull request #880 from elenoir/enhance_csv_report
...
Enhance csv report
2017-09-30 07:29:03 -04:00
Jeremy Long
3b019d173c
resolve merge conflict and update test cases
2017-09-30 07:27:44 -04:00
Jeremy Long
cd018def91
checkstyle suggestions
2017-09-27 06:59:18 -04:00
Jeremy Long
9c0a166b7d
bug fixes
2017-09-27 06:38:52 -04:00
Jeremy Long
516390827b
removed redundant close
2017-09-27 05:40:35 -04:00
Jeremy Long
bb5b6b75b8
ensure CPE analyzer is closed so that the data can be refreshed in the lucene index
2017-09-27 05:26:26 -04:00
brianf
c33cc3f230
few more formatting fixes
2017-09-25 10:25:56 -04:00
brianf
4fc8dd59d2
cleanup from reviews. Mostly formatting
2017-09-25 10:18:56 -04:00