Commit Graph

4720 Commits

Author SHA1 Message Date
Jeremy Long
d1ac0de740 updates and add deploy 2017-06-17 21:19:23 -04:00
Ander Ruiz
0075a7e1ce Patch for bootclasspath loading 2017-06-13 09:10:39 +02:00
Ander Ruiz
091108a369 Minor trace patch 2017-06-13 09:10:13 +02:00
Phillip Whittlesea
0be494a211 Issue #730: Remove redundant method from Settings
Pull file loading from loadSuppressionData() to make it easier to read
Add test assertion to happy case Ant task test
2017-06-12 01:48:33 +01:00
Phillip Whittlesea
8021aaed4b Issue #730: Core tests for multiple suppression files
Added updates to Maven plugin documentation
Added upgrade notes to the README
2017-06-12 01:18:10 +01:00
Phillip Whittlesea
584fd2a47b Issue #730: Allow multiple suppression files in Maven
The core has been extended to handle multiple suppression files
Extended the Ant test to cover multiple suppression files
NOTE: This change is breaking for users of the Maven plugin
2017-06-11 23:30:02 +01:00
Phillip Whittlesea
237dbe7061 Issue #730: Allow multiple suppression files in Ant
The core has not been extended but the Ant task is able to parse and pass to the Settings singleton
NOTE: This change is breaking for users of the Ant Task
2017-06-11 19:08:59 +01:00
Phillip Whittlesea
ed214d05fa Issue #730: Add a test for suppression in an Ant task 2017-06-11 16:06:32 +01:00
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
Jeremy Long
5607e1f179 add the ability to enable/disable the NSP analyzer and updated the site documentation 2017-06-07 07:00:14 -04:00
Johann Schmitz
23ad3d04b0 Issue #754: Allow exclusion of artifacts by type (regex) 2017-06-06 12:22:31 +02:00
Jeremy Long
d498c7c7b0 resolve conflicts 2017-06-04 20:54:17 -04:00
Jeremy Long
66dbcb98d2 updated report to support changes in PR #714 2017-06-04 20:51:27 -04: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
52b2b4794e Merge branch 'stevespringett-master' of github.com:jeremylong/DependencyCheck into stevespringett-master 2017-06-02 06:45:47 -04:00
Jeremy Long
4293cce282 Merge branch 'master' of github.com:jeremylong/DependencyCheck into stevespringett-master 2017-06-02 06:44:13 -04: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