Skip to content

Nexpose Client v2.1.0

Compare
Choose a tag to compare
@gschneider-r7 gschneider-r7 released this 07 Oct 20:22
· 347 commits to master since this release

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)