Skip to content

Releases: greenbone/python-gvm

python-gvm 21.1.0

05 Jan 10:17
v21.1.0
23942ea

Choose a tag to compare

21.1.0 - 2021-01-05

Added

  • CI tests Python 3.9 now. #367

Deprecated

  • Dropped Python 3.5 and Python 3.6 support. Python 3.7+ is required now. #367

Fixed

  • Add missing types and functions to "latest" GMP #369

python-gvm 20.12.1

16 Dec 07:58
v20.12.1
a1a0597

Choose a tag to compare

20.12.1 - 2020-12-16

Added

  • Added AUDIT and POLICY to EntityType enum #353

Changed

  • added the audits parameter to get_policy #345
  • Update get_aggregates params in GMP 9.0 and newer #359

Fixed

  • added get_info_list to v20.08, so it works as expected with new InfoType #362

python-gvm 20.11.3

26 Nov 17:08

Choose a tag to compare

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 to get_policy #345

python-gvm 20.11.2

17 Nov 11:31

Choose a tag to compare

[20.11.2] - 2020-11-17

Added

  • Added the delete_tls_certificate function #335

python-gvm 20.11.1

16 Nov 09:42

Choose a tag to compare

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

  • Moved tests for SeverityLevel Enum and get_severity_level_from_string() #327
  • In get_report() the details parameter is True on default now. #333

python-gvm 20.11.0

03 Nov 09:29

Choose a tag to compare

20.11.0 - 2020-11-03

Added

  • Added clone_report_format() and import_report_format() #309
  • Added the get_x_from_string() functions to latest #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 to days_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

python-gvm 20.9.1

25 Sep 08:33

Choose a tag to compare

20.9.1 - 2020-09-25

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. #297
  • Added create_config_from_osp_scanner. #298

Changed

  • Added the details parameter to get_tls_certificate and get_tls_certificates. #293
  • Added the comment parameter to create_config. #294

Fixed

  • Fix ScannerType check for newer protocols. #300

python-gvm 20.9.0

17 Sep 11:52

Choose a tag to compare

20.9.0 - 2020-09-17

Changed

  • Added the tasks parameter to get_config(). #289
  • Renamed no_details to details in get_reports() so it is uniform with all the other calls. #290

Fixed

  • Force garbage clean up when disconnect. #286

python-gvm 20.8.1

01 Sep 08:39

Choose a tag to compare

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 is sys.stdout, as it is for build-in print() #277

Fixed

  • ARP_PING is now a field of AliveTypes, the old APR_PING name is still available. #281

python-gvm 20.8.0

19 Aug 14:49
v20.8.0

Choose a tag to compare

20.8.0 - 2020-08-19

Added

  • Added support for GMP 20.08 #254

Changed

  • Refactored Gmp classes into mixins #254

Fixed

  • Require method and condition arguments for modify_alert with an event #267
  • Add SEVERITY_AT_LEAST to get_alert_condition_from_string #268