Releases: greenbone/python-gvm
Releases · greenbone/python-gvm
python-gvm 21.4.0
python-gvm 21.1.3
python-gvm 21.1.2
python-gvm 21.1.1
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_user
function 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_audit
to gmpv9 #349
Changed
- added the
audits
parameter toget_policy
#345
python-gvm 20.11.2
python-gvm 20.11.1
20.11.1 - 2020-11-16
Added
- Added the
modify_audit
function #332 - Added the
modify_policy_set_nvt_preference
function #332 - Added the
modify_policy_set_name
function #332 - Added the
modify_policy_set_comment
function #332 - Added the
modify_policy_set_scanner_preference
function #332 - Added the
modify_policy_set_nvt_selection
function #332 - Added the
modify_policy_set_family_selection
function #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
ReportFormatType
that can be used instead of a report_format_id #311 - Added tests for constructor of SSHConnection, TLSConnection, UnixSocketConnection and GvmConnection #321
Fixed
- Corrected
seconds_active
parameter todays_active
for 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