Commit Graph

4600 Commits

Author SHA1 Message Date
Phillip Whittlesea 76218da8d1 Issue #730: Allow multiple args for CLI suppresion
The core has not been extended but the CLI is able to parse and pass to the Settings singleton
This change to the CLI is backwards compatible
2017-06-11 15:05:24 +01:00
Phillip Whittlesea 869c9c0114 Issue #730: Add CLI test for single suppresion file
Added @Before and @After for cleaning the singleton
Cleaned class to ensure I can add further tests easily

I would suggest that AppTest#testPopulateSettings() be split into tests which fail for a single reason.
I have avoided that ATM to minimise code I'm meddling with
2017-06-11 12:57:22 +01:00
Jeremy Long c3c1869829 Merge branch 'COMINTO-754-error-resolving' 2017-06-10 07:51:56 -04:00
Jeremy Long e2617b7434 added test and documentation 2017-06-10 07:51:07 -04:00
Johann Schmitz 23ad3d04b0 Issue #754: Allow exclusion of artifacts by type (regex) 2017-06-06 12:22:31 +02:00
Jeremy Long 422418f396 minor codacy suggested changes 2017-06-04 08:13:59 -04:00
Jeremy Long 31ad7adadd fix issue #751 2017-06-04 08:03:11 -04:00
Jeremy Long b3216effa4 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-06-04 07:50:22 -04:00
Jeremy Long 060cfd625e removed unused imports 2017-06-04 07:49:55 -04:00
Jeremy Long 38c0882a3a Merge pull request #755 from jeremylong/cleanup
Cleanup
2017-06-04 07:44:02 -04:00
Jeremy Long a47d46914a made coverity scan executable 2017-06-04 07:07:36 -04:00
Jeremy Long 789a57b430 reverted version due to java 8 requirement 2017-06-04 06:52:09 -04:00
Jeremy Long 6b359a7138 codacy, checkstyle, upgrades, etc. 2017-06-04 06:41:30 -04:00
Jeremy Long e9e7042923 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-06-03 20:17:49 -04:00
Jeremy Long 1fff0db18c added CII badge 2017-06-03 20:17:33 -04:00
Jeremy Long 516129533e Merge pull request #753 from cainj13/fixRuntimeOmission
Fix #752 where skipping runtime-scoped maven artifacts also skipped c…
2017-06-03 12:07:01 -04:00
Jeremy Long ca4da60dc1 fixed coverity reported unguarded read 2017-06-03 08:07:55 -04:00
Jeremy Long c3ff5bac54 added coverity scans via cron 2017-06-03 07:23:57 -04:00
Jeremy Long a07ab11f9f temporary change 2017-06-03 07:10:27 -04:00
Jeremy Long bbf0b295ce attempting to get travis to run a coverity scan 2017-06-03 06:57:59 -04:00
Josh Cain ed09242cb7 include checking for maven scope COMPILE_PLUS_RUNTIME on artifact omission predicate 2017-06-02 10:57:38 -05:00
Jeremy Long 839d869137 attempting to get coverity to scan via the matrix only when a cron job occurs 2017-06-02 06:20:01 -04:00
Jeremy Long a8add14255 incremented missed java6 reference 2017-06-02 05:47:21 -04:00
Jeremy Long 6ca6d4d71c Merge pull request #750 from jeremylong/710-pom-parse-error
710 pom parse error
2017-06-01 06:17:02 -04:00
Jeremy Long ee1934f74b fix travis build to post jacoco coverage to codacy 2017-05-30 20:14:57 -04:00
Josh Cain 69f39d4dfe Fix #752 where skipping runtime-scoped maven artifacts also skipped compile-time artifacts 2017-05-30 14:58:47 -05:00
Jeremy Long d355cab2f9 minor codacy requested fixes 2017-05-30 06:44:00 -04:00
Jeremy Long 217b08b571 fix wget 2017-05-29 12:04:06 -04:00
Jeremy Long 72aec26ede test cases for fix of issue #710 2017-05-29 08:21:40 -04:00
Jeremy Long a076ce6e8e fix coverage results to codacy 2017-05-29 08:20:11 -04:00
Jeremy Long ec448438e5 fix for issue #710 2017-05-29 08:19:22 -04:00
Jeremy Long 9777406460 should not have been in this branch 2017-05-29 07:21:20 -04:00
Jeremy Long 7956606876 test case for #737 2017-05-28 07:35:04 -04:00
Jeremy Long 04e0b95a8a this is purely a reporting module - no need to deploy 2017-05-27 13:03:51 -04:00
Jeremy Long 1b14c10085 checkstyle corrections 2017-05-27 12:06:49 -04:00
Jeremy Long d5df4920c7 updated version 2017-05-27 12:06:34 -04:00
Jeremy Long 576e26144d updated version 2017-05-27 12:05:08 -04:00
Jeremy Long e411c03e7f updates for issue #743 and #746 2017-05-27 11:10:14 -04:00
Jeremy Long bf5f1df8a7 Merge pull request #744 from ysoftdevs/cvedb-cache
Added some caching for CveDB in order to speedup some scans
2017-05-26 07:37:57 -04:00
Jeremy Long 986ad0584d updated packaging 2017-05-25 07:50:10 -04:00
Jeremy Long 6d2ac67011 Merge pull request #745 from jeremylong/reportGeneration
Report Generation Cleanup
2017-05-24 19:28:08 -04:00
Šesták Vít 3bdc6988b3 Minor adjustments of caching for CveDB, based on code review 2017-05-24 16:00:37 +02:00
Šesták Vít e86225c1e1 Added some caching for CveDB in order to speedup some scans 2017-05-24 09:24:40 +02:00
Jeremy Long 3e4d012a69 Merge branch 'master' into reportGeneration 2017-05-23 21:02:49 -04:00
Jeremy Long dccbd659ed Merge pull request #741 from sethjackson/patch-1
Update Windows usage.
2017-05-23 21:02:41 -04:00
Jeremy Long 1b84095c0e Merge branch 'master' into reportGeneration 2017-05-23 21:01:34 -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 0540474e0c Merge pull request #742 from sethjackson/patch-2
Fix wording.
2017-05-23 20:31:17 -04:00
Seth Jackson 2dbfba9ac5 Fix wording. 2017-05-23 16:01:11 -04:00
Seth Jackson 8eff628303 Update Windows usage.
So that the example invocation works in PowerShell and cmd.
2017-05-23 14:43:02 -04:00