Jeremy Long
d941aa7df3
script to upgrade a MySQL db
2015-10-12 05:46:33 -04:00
Jeremy Long
38e61ebd8d
Merge branch 'awhitford-MvnPhase'
2015-10-10 06:15:29 -04: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
Jeremy Long
83701f7d0d
Merge pull request #374 from awhitford/EngineScanTweak
...
Consolidated scan(Set) and scan(List) with scan(Collection).
2015-10-10 05:54:31 -04:00
Jeremy Long
b2500939f3
Merge pull request #375 from skitt/cme-fix
...
Avoid ConcurrentModificationExceptions
2015-10-10 05:52:32 -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
069474fc71
Consolidated scan(Set) and scan(List) with scan(Collection).
2015-10-09 07:52:43 -07:00
Jeremy Long
e7f518264a
Merge branch 'master' of github.com:jeremylong/DependencyCheck
2015-10-09 08:52:06 -04:00
Jeremy Long
b0b096c3f5
updated version to 1.3.2-SNAPSHOT
2015-10-09 08:51:58 -04:00
Jeremy Long
bfa9d04d42
added another suppression rule
2015-10-09 08:33:04 -04:00
Jeremy Long
7dbe58469a
Merge pull request #371 from awhitford/CpeLucenePerf
...
Re-use Document and Field instances to minimize GC overhead.
2015-10-09 07:03:35 -04:00
Jeremy Long
41b36dabc2
Merge pull request #370 from awhitford/DontLogToString
...
Do not need or want to call toString for a logger parameter.
2015-10-09 07:01:44 -04:00
Jeremy Long
4a685557d9
Merge pull request #369 from awhitford/BadSuppress
...
Removed unnecessary @SuppressWarnings.
2015-10-09 07:01:02 -04:00
Jeremy Long
e7ef4b6906
Merge pull request #367 from awhitford/SettingsCleanup
...
Settings cleanup
2015-10-09 07:00:39 -04:00
Jeremy Long
67502fb9d3
Merge pull request #368 from awhitford/UtilsCleanup
...
Utils cleanup
2015-10-09 06:59:33 -04:00
Anthony Whitford
960283bdcf
Do not need or want to call toString for a logger parameter.
2015-10-09 02:08:07 -07:00
Anthony Whitford
39f30eab7a
Re-use Document and Field instances to minimize GC overhead. See http://wiki.apache.org/lucene-java/ImproveIndexingSpeed
2015-10-09 00:38:55 -07:00
Anthony Whitford
24b4741aaf
Removed unnecessary @SuppressWarnings.
2015-10-08 23:40:14 -07:00
Anthony Whitford
64f373fb43
Removed old warning suppression.
2015-10-08 20:58:20 -07:00
Anthony Whitford
bc1830d8eb
Removed redundant call to length for substring.
2015-10-08 20:57:28 -07:00
Anthony Whitford
f2a2a91682
Slight simplification to standard getInt and getLong.
2015-10-08 00:56:38 -07:00
Anthony Whitford
274ac339ad
Corrected a few bugs in Settings.
2015-10-08 00:39:57 -07:00
Anthony Whitford
1d916286ee
Changing the check phase from compile to verify.
2015-10-07 23:11:53 -07:00
Jeremy Long
832d54300a
fixed suppression for issue #365
2015-10-03 07:41:15 -04:00
Jeremy Long
ba6d3bbe15
added suppression for issue #365
2015-10-03 07:35:05 -04:00
Jeremy Long
c1d0789ac7
the Central analyzer should be enabled by default
2015-09-30 06:37:47 -04:00
Jeremy Long
bb6f27b322
updated other tool(s) listed
2015-09-22 06:12:10 -04:00
Jeremy Long
86f424ad37
Merge pull request #358 from wmaintw/master
...
update the version of dependency-check-core that the gradle plugin used
2015-09-22 06:01:19 -04:00
ma wei
ad81bbc761
modify README
2015-09-21 09:26:25 +08:00
ma wei
07e868e6f6
upgrade dependency check core version to 1.3.1
2015-09-21 09:24:58 +08:00
Jeremy Long
b45700df03
version 1.3.1
v1.3.1
2015-09-20 07:17:00 -04:00
Jeremy Long
93ce2a8e3a
fixed path in zip to be different then the cli
2015-09-20 07:14:02 -04:00
Jeremy Long
fbc4d46962
updated language list to include php
2015-09-20 06:39:55 -04:00
Jeremy Long
d73d138b3f
checkstyle/pmd/findbugs corrections
2015-09-20 06:39:27 -04:00
Jeremy Long
14ea21d53d
checkstyle/pmd/findbugs corrections
2015-09-20 06:38:47 -04:00
Jeremy Long
2b3791b83e
checkstyle/findbugs/pmd/copyright corrections
2015-09-19 08:20:58 -04:00
Jeremy Long
e04809f96b
checkstyle/findbugs/pmd/copyright corrections
2015-09-19 08:20:14 -04:00
Jeremy Long
9203acff9c
checkstyle/pmd/findbugs patches
2015-09-19 07:52:24 -04:00
Jeremy Long
afc1a9f077
removed unused settings
2015-09-18 06:53:30 -04:00
Jeremy Long
fc57851113
added options to disable analyzers
2015-09-18 06:52:36 -04:00
Jeremy Long
1f1d3f843f
Merge branch 'colezlaw-composer-json'
2015-09-18 05:47:35 -04:00
Jeremy Long
b389260dec
updated copyright
2015-09-18 05:47:06 -04:00
ma wei
1f37a5ff8f
update the example command in README file
2015-09-17 17:17:41 +08:00
ma wei
815d60eca2
update README, fix typo which would lead to unable to apply this plugin
2015-09-17 17:15:42 +08:00
Will Stranathan
6a7a868b71
Initial checkin of ComposerLockAnalyzer
2015-09-14 22:14:00 -04:00
Jeremy Long
b5a070b228
Merge pull request #345 from hansjoachim/upgrades
...
Upgrade jmockit to 1.19
2015-09-14 19:29:15 -04:00
Jeremy Long
8c98da09f0
Merge pull request #355 from hansjoachim/warnings
...
Warnings
2015-09-13 19:31:16 -04:00
Jeremy Long
ed70a7200c
Merge pull request #356 from awhitford/CompilerWarn
...
Enabled Compiler Lint Check and Deprecation Warnings
2015-09-13 19:28:26 -04:00
Anthony Whitford
ea4410cd16
Added missing serialVersionUID.
2015-09-13 10:57:54 -07:00