Skip to content

Nexpose Client v0.9.4

Compare
Choose a tag to compare
@mdaines-r7 mdaines-r7 released this 28 Jan 17:03
· 656 commits to master since this release

The 0.9.4 release includes changes to support the 5.12 release of Nexpose.

Users can load asset information with the Asset#load method. This includes much of the information present on the Asset Summary page, such as details about software, services, users, groups, files, etc.

Enhancements to scheduling included in the 5.12 release. In addition to field on the Schedule object, there is also an optional argument to Site#load to load this information. These changes are backwards compatible.

Exposes several search methods on the Connection object for finding vulnerability definitions, including: find_vulns_by_cve, find_vulns_by_ref, find_vulns_by_title, and all_vulns.

Adjusts the Connection#vuln_types method to align with changes in the 5.12 release.

Adjusts the Connection#find_vulns_by_date method to align with changes in the 5.12 release.

Exposes the ability to import external assets.

Fixes a problem in translating SharedCredential objects to XML.

Nexpose will no longer require Nokogiri. The dependency was removed and the library is not used, but the gem was still being "required" in the code.