Skip to content

Releases: rapid7/nexpose-client

Nexpose Client v2.1.3

23 Nov 17:42
Compare
Choose a tag to compare

This release pins the Rex dependency at v2.0.8 due to some issues in Rex v2.0.9. Also included are some documentation corrections.

No functional changes were made for this release.

Nexpose Client v2.1.2

04 Nov 18:57
Compare
Choose a tag to compare

This update contains a fix for Nexpose::Connection#import_scan to ensure the scan zip file is closed after use. Additionally, a URI change for Nexpose::ScanTemplate#load was required for use with Nexpose 6.0.5 (released 2015-11-04).

There are no functional changes in this update.

Nexpose Client v2.1.1

21 Oct 17:17
Compare
Choose a tag to compare

This update contains updated URLs for the Console#load and Console#save methods as required for Nexpose 6.0.3 and later. There are no functional changes.

Nexpose Client v2.1.0

07 Oct 20:22
Compare
Choose a tag to compare

New Features

Separated Scan Template checks methods into enabled_* and disabled_* methods

  • checks_by_category is replaced by enabled_checks_by_category and disabled_checks_by_category
  • checks_by_type is replaced by enabled_checks_by_type and disabled_checks_by_type
  • vuln_checks is replaced by enabled_vuln_checks and disabled_vuln_checks

The original methods still exist, but are now marked as deprecated. They will be removed in version 3.0.0. See #183 for more information.

Added methods for changing and querying a scan template's ACES logging level

The ACES logging is a new feature for Nexpose 6.0. The ACES scan template configuration will be ignored by older versions of Nexpose. See #187 for more information.

Bug Fixes

  • Fixed silo profile creation (#160)
  • Made scan template methods more robust (see #183 for details)

Nexpose Client v2.0.2

13 Aug 00:57
Compare
Choose a tag to compare

Fixed a bug with the Connection#list_backups method that caused it to fail.

Nexpose Client v2.0.1

07 Aug 21:56
Compare
Choose a tag to compare

This release includes changes to the endpoint URLs referenced by the following methods due to changes in Nexpose 5.16.1:

  • Nexpose::Credential#test
  • Nexpose::Connection#list_backups
  • Nexpose::Connection#backup
  • Nexpose::Connection#db_maintenance
  • Nexpose::Backup#restore
  • Nexpose::Backup#delete

The functionality of these methods has not changed.

A new scan status, Integrating, was added. This new status will be provided by Nexpose in a future release.

Nexpose Client v2.0.0

29 Jul 23:41
Compare
Choose a tag to compare

New Features

Password Policy feature now supports password expiration. This requires Nexpose version 5.16.0 or later.

Nexpose Client v1.3.0

07 Jul 22:19
Compare
Choose a tag to compare

New Features

  • AssetFilter now has a site_ids attribute, which can contain more than one site ID if Asset Linking is enabled on the Nexpose console.

Bug Fixes

  • AssetFilter's site_id attribute now uses the first site ID from site_ids. This should only be used when Asset Linking is not enabled in Nexpose.

Nexpose Client v1.2.0

24 Jun 21:25
Compare
Choose a tag to compare

New Features

  • New DHCP constants were added for Microsoft DHCP and Infoblox Trinzic discovery connections

Nexpose Client v1.1.0

01 Jun 23:24
Compare
Choose a tag to compare

New Features

  • Scan Schedule Blackouts (requires Nexpose 5.14.0 or later)
  • Security Console Password Policy (requires Nexpose 5.14.0 or later)

Bug Fixes

  • DiscoveryConnection.save fixed for updating existing connections
  • New credentials now set a default elevation type
  • DHCP constants added for DiscoveryConnection class.