Skip to content

Releases: blackducksoftware/blackduck-common

6.0.1

13 Jan 18:33
Compare
Choose a tag to compare

Fixing HubScanConfigBuilder and HubScanConfigValidator

6.0.0

13 Jan 16:00
Compare
Choose a tag to compare

CLI directory exclusions, separated AffectedProjectVersion and ProjectVersion classes.

5.5.0

04 Jan 15:40
Compare
Choose a tag to compare

API to process notifications into events that can be handled by an integration.

5.4.2

30 Dec 15:10
Compare
Choose a tag to compare

-Fixed notification filter for policy violations

5.4.1

28 Dec 15:27
Compare
Choose a tag to compare

Setting the default for checking that scan targets are within the working directory to 'off' and you can invoke enableScanTargetPathsWithinWorkingDirectoryCheck() on the builder to turn it 'on'.

5.4.0

27 Dec 18:13
Compare
Choose a tag to compare
  • You can now use disableScanTargetPathsWithinWorkingDirectoryCheck on the scan config builder/validator to prevent this check

-Port 0 is now considered "unset" for purposes of validation and proxy usage

-We now remove cli logs on success (unless override is provided)

-Better error message when proxy auth failed

-okhttp responses are now all closed when we're finished with them - should result in no more warning log messages on this

5.3.0

21 Dec 19:47
Compare
Choose a tag to compare
  • Fixing the HubServerConfigValidator to use the correct credentials for authenticated proxies
  • Changing the HubServerConfigValidator to use OkHttp to validate the HubUrl rather than using URLConnection
  • Working on Notification processing

5.2.0

20 Dec 16:52
Compare
Choose a tag to compare
Release 5.2.0

5.1.1

19 Dec 20:27
Compare
Choose a tag to compare

Fixing the Connect method in RestConnection

5.1.0

19 Dec 19:38
Compare
Choose a tag to compare

Altered the RestConnection on how it builds the Client. Classes that extend RestConnection should no longer override the connect method