- Update to version 21.5.0
* Dropped support for GMP v7, v8 and v9!
* Introduced new explicit API calls for SecInfo: get_nvt(),
get_nvt_list(), get_cpe(), get_cpe_list(), get_cve(),
get_cve_list(), get_cert_bund_advisory(),
get_cert_bund_advisory_list(), get_dnf_cert_advisory(),
get_dnf_cert_advisory_list(), get_oval_definition(),
get_oval_definition_list().
Changed
* Splitted up get_preference(s) into get_nvt_preference(s) and
get_scan_config_preference(s).
* Improved and changed help(): Introduced HelpFormat Enum,
changed format parameter to help_format using HelpFormat,
changed help_type to brief and bool, as it only has two
options (default and brief).
* Changed filter to filter_string in getter functions.
* API changes: get_setting(s) -> get_user_setting(s),
modify_setting -> modify_user_setting. #472
* Changed all API calls for _config to _scan_config to match
other Greenbone components. #465
* Split up get_asset(s) into get_host(s) and
get_operating_system(s). #459
* Split up delete_asset into delete_host and
delete_operating_system. #459
* Split up modify_asset into modify_host and
modify_operating_system. #459
* Deleted AssetType. It is not required anymore. #459
* Changed the API calls get_nvt() and get_nvts() to
get_scan_config_nvt() and get_scan_config_nvts(). #456
* Splitted up the GmpMonolith class
OBS-URL: https://build.opensuse.org/request/show/897675
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gvm?expand=0&rev=8
- Update to version 20.11.0
Added
* Added clone_report_format() and import_report_format()
* Added the get_x_from_string() functions to latest
* Added the ReportFormatType that can be used instead of a
report_format_id.
* Added tests for constructor of SSHConnection, TLSConnection,
UnixSocketConnection and GvmConnection.
Fixed
* Corrected seconds_active parameter to days_active for notes
and overrides.
* Fixed SSHConnection throws TypeError if port is None.
* Fixed GvmConnection timeout set to None if None is passed.
* Fixed TLSConnection values set to None instead of default
values when None is passed for these values.
* Fixed UnixSocketConnection values set to None instead of
default when None is passed for these values.
- Update to version 20.9.1
Added
* Added modify_config_set_name. #295
* Added logic to accept the new AlertEvents TICKET_RECEIVED,
ASSIGNED_TICKET_CHANGED and OWNED_TICKET_CHANGED and the new
Condition SEVERITY_CHANGED.
* Added create_config_from_osp_scanner. #298
Changed
* Added the details parameter to get_tls_certificate and
get_tls_certificates.
* Added the comment parameter to create_config.
Fixed
OBS-URL: https://build.opensuse.org/request/show/846151
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-gvm?expand=0&rev=6