Releases: greenbone/python-gvm
Releases · greenbone/python-gvm
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
python-gvm 20.8.0
python-gvm 1.6.0
python-gvm 1.5.0
1.5.0 - 2020-05-12
Added
- Add full support for audits and policies. Add
get_policy,get_policies,
clone_policy,delete_policy,get_audit,get_audits,clone_auditand
delete_auditmethods to GMPv9 class. Also do not return policies for config
requests and audits for task requests #223
Changed
- If it isn't possible to connect to a Unix Domain Socket a GvmError is raised
now #207
Removed
- Dropped version handling code from python-gvm and replaced it with using
pontos.version #213
python-gvm 1.4.0
1.4.0
Added
- Added an API and CLI utilities for the version handling in python-gvm
#198
Changed
- Replaced
pipenvwithpoetryfor dependency management.poetry install
works a bit different thenpipenv install. It installs dev packages by
default and also python-gvm in editable mode. This means after running
poetry installgvm will directly be importable in the virtual python
environment. #197 - Update error classes to always have meaningful
__str__and__repr__
method. This allows for easier error printing
#199