Skip to content

Releases: rapid7/nexpose-client

Nexpose Client v0.8.18

15 Dec 17:00
Compare
Choose a tag to compare

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

11 Dec 18:22
Compare
Choose a tag to compare

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

10 Dec 21:43
Compare
Choose a tag to compare

Captures the HTTP response code for some errors, allowing for more precise debugging.

Nexpose Client v0.8.15

12 Nov 23:24
Compare
Choose a tag to compare

Allows creation of vuln exceptions with a Site scope.

Nexpose Client v0.8.14

12 Nov 23:23
Compare
Choose a tag to compare

Fixes issue where user preferences could be incorrectly altered by past_scans method.

Nexpose Client v0.8.13

12 Nov 23:22
Compare
Choose a tag to compare

Exposes control_scanning through the ScanTemplates.

Nexpose Client v0.8.12

05 Nov 21:23
Compare
Choose a tag to compare

Fixes a defect when setting GlobalSettings#control_scanning.

Fixes a defect when deleting a ScanTemplate.

Nexpose Client v0.8.11

04 Nov 19:26
Compare
Choose a tag to compare

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

29 Oct 23:14
Compare
Choose a tag to compare

Enables support for mobile dynamic connections.

Adds completed_scans method.

Adds completed_assets method.

Nexpose Client v0.8.9

20 Oct 16:36
Compare
Choose a tag to compare

Adds GlobalSettings class for working with the global settings of a console. Currently only includes methods for altering asset exclusions and toggling controls scanning.