Releases: greenbone/python-gvm
Releases · greenbone/python-gvm
python-gvm 21.1.0
python-gvm 20.12.1
python-gvm 20.11.3
20.11.3 - 2020-11-26
Added
- Adding parameters to
get_nvt command, so it requests all details #348 - Improved the
modify_userfunction for gmpv7 and gmpv214. Added ability to change comment, groups and authentication method of user. Meaning of name parameter got changed for gmpv214 only. It is not intended for identifying a user anymore but for specifying the new name of the user #347 - Adding
resume_audit,start_audit,stop_auditto gmpv9 #349
Changed
- added the
auditsparameter toget_policy#345
python-gvm 20.11.2
python-gvm 20.11.1
20.11.1 - 2020-11-16
Added
- Added the
modify_auditfunction #332 - Added the
modify_policy_set_nvt_preferencefunction #332 - Added the
modify_policy_set_namefunction #332 - Added the
modify_policy_set_commentfunction #332 - Added the
modify_policy_set_scanner_preferencefunction #332 - Added the
modify_policy_set_nvt_selectionfunction #332 - Added the
modify_policy_set_family_selectionfunction #332
Changed
python-gvm 20.11.0
20.11.0 - 2020-11-03
Added
- Added
clone_report_format()andimport_report_format()#309 - Added the
get_x_from_string()functions tolatest#308 - Added the
ReportFormatTypethat can be used instead of a report_format_id #311 - Added tests for constructor of SSHConnection, TLSConnection, UnixSocketConnection and GvmConnection #321
Fixed
- Corrected
seconds_activeparameter todays_activefor notes and overrides. #307 - Fixed SSHConnection throws TypeError if port is None #321
- Fixed GvmConnection timeout set to None if None is passed #321
- Fixed TLSConnection values set to None instead of default values when None is passed for these values #321
- Fixed UnixSocketConnection values set to None instead of default when None is passed for these values #321
python-gvm 20.9.1
20.9.1 - 2020-09-25
Added
- Added
modify_config_set_name. #295 - Added logic to accept the new AlertEvents
TICKET_RECEIVED,ASSIGNED_TICKET_CHANGEDandOWNED_TICKET_CHANGEDand the new ConditionSEVERITY_CHANGED. #297 - Added
create_config_from_osp_scanner. #298
Changed
- Added the
detailsparameter toget_tls_certificateandget_tls_certificates. #293 - Added the
commentparameter tocreate_config. #294
Fixed
- Fix ScannerType check for newer protocols. #300
python-gvm 20.9.0
python-gvm 20.8.1
20.8.1 - 2020-09-01
Added
- Added
AlertMethods: Alemba vFire, Tippingpoint SMS #275 - Added
AlertConditions: Error, SeverityChanged #275 - Added
AlertEvents: Assigned ticket changed, Owned ticket changed, Ticket received #275
Changed
pretty_print()has a new argument that can optionally handle a file. The output is redirected to this file. default issys.stdout, as it is for build-inprint()#277
Fixed
ARP_PINGis now a field ofAliveTypes, the oldAPR_PINGname is still available. #281