Releases: rapid7/nexpose-client
Nexpose Client v0.8.18
Renames some classes to prepare for future work.
Introduces APIObject to aid in marshaling JSON-based marshaled classes.
Fixes a bug in the ISO 8601 parsing.
Nexpose Client v0.8.17
Adds utility methods for converting ISO 8601 dates. Moving forward, Nexpose will be using ISO 8601 basic date-time formats (e.g., 20141211T102205.234Z).
Nexpose Client v0.8.16
Captures the HTTP response code for some errors, allowing for more precise debugging.
Nexpose Client v0.8.15
Allows creation of vuln exceptions with a Site scope.
Nexpose Client v0.8.14
Fixes issue where user preferences could be incorrectly altered by past_scans method.
Nexpose Client v0.8.13
Exposes control_scanning through the ScanTemplates.
Nexpose Client v0.8.12
Fixes a defect when setting GlobalSettings#control_scanning
.
Fixes a defect when deleting a ScanTemplate
.
Nexpose Client v0.8.11
Allows toggling of controls scanning via GlobalSettings
.
Adds past_scans
method for retrieving complete scans across a console (as opposed to from a single site).
Nexpose Client v0.8.10
Enables support for mobile dynamic connections.
Adds completed_scans
method.
Adds completed_assets
method.
Nexpose Client v0.8.9
Adds GlobalSettings
class for working with the global settings of a console. Currently only includes methods for altering asset exclusions and toggling controls scanning.