Skip to content

Nexpose Client v4.0.0

Compare
Choose a tag to compare
@gschneider-r7 gschneider-r7 released this 06 May 01:31
· 254 commits to master since this release

This version contains breaking changes from 3.x versions, due to recent changes in Nexpose private APIs.

New Features

Updated Asset Filter for IP Address and IP Range

Nexpose 6.2.5 introduced the ability to filter assets by a single IP address (e.g. for Tags and Dynamic Asset Groups). This changed the names of the field and operators for IP Address criteria.

Please update to v4.0.2 for bugfix for this feature

IP_RANGE is now IP_ADDRESS and IN and NOT_IN operators are replaced by IN_RANGE and NOT_IN_RANGE. The IS and IS_NOT operators are now usable for a single IP address.

See #224 for details.

Scan Import now returns a Scan ID on success

For Nexpose versions 6.2.6 and later the Nexpose::Connection#import_scan method has been updated to return a scan ID on a successful import. For Nexpose versions prior to 6.2.6, it will return an empty string as before.

See #223 for details.