Skip to content

Releases: greenbone/python-gvm

python-gvm 21.4.0

26 Apr 14:34
v21.4.0
e5dc740
Compare
Choose a tag to compare

21.4.0 - 2021-04-26

Changed

  • get_feed can also be requested with GVMD_DATA for 20.08 and newer, added GVMD_DATA to the FeedType and updated API call #434

python-gvm 21.1.3

27 Jan 15:24
v21.1.3
2f6898d
Compare
Choose a tag to compare

21.1.3 - 2021-01-27

Added

  • Added protocol version "next" and GMP 21.04 doc #384

Fixed

  • Add missing ReportFormatType to GMP 21.04 #385

python-gvm 21.1.2

27 Jan 09:16
v21.1.2
b130d08
Compare
Choose a tag to compare

21.1.2 - 2021-01-27

Added

  • Added allow_simultaneous_ips param for targets #380

Removed

  • dropped the GMP Scanner (4) from ScannerTypes for v21.4 #383

Fixed

  • removing timeout from get_nvt() #376
  • Add ReportFormatType and get_report_format_id_from_string to latest.py, so it is usable with import gvm.protcols.latest#381
  • Fixing import_report() for v9 and v20.8 and newer, removed the task_name and task_comment parameters, that do not work anymore #377

python-gvm 21.1.1

05 Jan 10:32
v21.1.1
b579570
Compare
Choose a tag to compare

21.1.1 - 2021-01-05

Fixed

  • Fixed release issues, through rerelease.

python-gvm 21.1.0

05 Jan 10:17
v21.1.0
23942ea
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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