Skip to content

Nexpose Client v5.2.0

Compare
Choose a tag to compare
@gschneider-r7 gschneider-r7 released this 31 Jan 01:23
· 176 commits to master since this release

New Features

Remove Asset From Site

Adds a new method to the Connection class to remove site association from a collection of assets. Note that this can result in assets being deleted if they either only belong to 1 site or if asset linking is disabled. See #258.

Update Engine

Adds a new method to the Connection class to update a specific engine by ID. See #227.

Bug Fixes

Report Config: Email Delivery Config

Fixed an incorrectly named parameter for the "send to all authorized users" option on a report config's email delivery. See #255.

Documentation Updates

Updated the documentation for the scan date filter. See #257.

Miscellaneous Changes

Github templates

Added Github templates for creating new issues and pull requests. See #247.

Travis-CI config changes

Added rake to dev dependencies and modified travis.yml to update system gems before building. These changes were made to resolve a build issue with some versions of rubygems.