Commit Graph

4759 Commits

Author SHA1 Message Date
Jeremy Long 7a373799cf added jdk8 matrix for sonarcloud 2017-06-24 06:24:31 -04:00
Jeremy Long 466562df41 updated travis config for sonar integration 2017-06-23 07:12:36 -04:00
Jeremy Long b9e9c837c8 sonar, checkstyle, etc. suggested changes 2017-06-23 06:26:18 -04:00
Jeremy Long 9b289e619a checkstyle, pmd, sonar, etc. corrections 2017-06-22 21:07:41 -04:00
Jeremy Long 006b180a0c updated test case 2017-06-22 19:30:09 -04:00
Jeremy Long abcb5c3a32 Merge branch 'master' of github.com:jeremylong/DependencyCheck 2017-06-22 07:19:22 -04:00
Jeremy Long 0c0151e550 Merge branch 'pwhittlesea-issue-730' 2017-06-22 07:18:48 -04:00
Jeremy Long dee1ccfd3e updates to allow old suppression file configuration 2017-06-22 07:18:14 -04:00
Jeremy Long af2259d69e Merge pull request #769 from ragaller/ragaller-patch-1
Fixes wrong description of --failOnCVSS argument
2017-06-21 06:33:16 -04:00
Georg Ragaller 131caf0e3e Fixes wrong description of --failOnCVSS argument 2017-06-20 16:53:36 +02:00
Jeremy Long 3d5b86d96f minor formating updates 2017-06-20 06:57:58 -04:00
Phillip Whittlesea 9a30c3d0cb Merge branch 'master' into issue-730 2017-06-19 21:44:25 +01:00
Jeremy Long 7545329db2 updated copyright... 2017-06-19 07:05:19 -04:00
Jeremy Long 066c331f96 Merge branch 'anderruiz-bootclasspath_fixes' 2017-06-19 06:42:04 -04:00
Jeremy Long 7ccfee73bc minor formating updatae 2017-06-19 06:41:34 -04:00
Jeremy Long 3f7a9b92ec Merge branch 'bootclasspath_fixes' of https://github.com/anderruiz/DependencyCheck into anderruiz-bootclasspath_fixes 2017-06-19 06:30:45 -04:00
Jeremy Long 5d15c60c68 Merge branch 'stevespringett-master' 2017-06-19 06:20:22 -04:00
Jeremy Long dacf493a94 fixed ci build/deploy 2017-06-19 06:13:33 -04:00
Jeremy Long 65ad53f59e trimmed build time tasks temporarily while debugging artifactory integration 2017-06-19 05:51:12 -04:00
Jeremy Long b0cf555b6e fix encrypted setting 2017-06-18 20:56:33 -04:00
Jeremy Long d0bfe114f6 fix encrypted setting 2017-06-18 20:26:35 -04:00
Jeremy Long 4f4e734eee fix encrypted setting 2017-06-18 16:15:50 -04:00
Jeremy Long 37ea0bf05b fix encrypted setting 2017-06-18 16:13:34 -04:00
Jeremy Long 31463597ef fix encrypted setting 2017-06-18 16:10:56 -04:00
Jeremy Long 8b2c6d6918 fix encrypted setting 2017-06-18 16:05:52 -04:00
Jeremy Long 9c52ffc48f fix encrypted setting 2017-06-18 16:03:08 -04:00
Jeremy Long 74dd1e6359 updated credentials 2017-06-18 15:48:08 -04:00
Jeremy Long 74fbaeefbf updated credentials 2017-06-18 15:32:52 -04:00
Jeremy Long fec0878091 updated credentials 2017-06-18 14:57:35 -04:00
Jeremy Long f257388108 corrected distribution management section to point to the correct repository 2017-06-18 14:34:16 -04:00
Jeremy Long 99828b5cb3 updated jfrog credentials 2017-06-18 14:26:33 -04:00
Jeremy Long d56f452f31 continued debugging 2017-06-18 13:30:11 -04:00
Jeremy Long 9f52bf5dc9 fixed deploy script 2017-06-18 11:45:14 -04:00
Jeremy Long aed980f79d fix build script for travis wait 2017-06-18 10:32:47 -04:00
Jeremy Long f219cb69d4 increase build time 2017-06-18 10:19:25 -04:00
Jeremy Long 936830084e removed release profile 2017-06-18 07:36:00 -04:00
Jeremy Long 2e35c5bcab minor build cleanup 2017-06-18 07:01:13 -04:00
Jeremy Long a13c6fcb25 updated deployment for staging and gh-pages 2017-06-18 06:36:38 -04:00
Jeremy Long c748d59146 minor fix to javadoc 2017-06-18 06:25:04 -04:00
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