Python Gvm Versions Save

Greenbone Vulnerability Management Python Library

v23.4.0

1 year ago

23.4.0 - 2023-04-03

Added

  • Allow to query host and os details 3c38b194
  • Add linting for Python 3.11 eaa90239

Changed

  • Remove console output from ssh connection tests d93a3ab8
  • Fasten the CI by using a short timeout for SSH connection tests 878d4c35
  • Set Python 3.7.2 as minimum to allow installing pylint 2.17.0 6c84f040
  • Use a single workflow file for releases 4244713d

Bug Fixes

  • Set connection timeout for the ssh remote host key socket too f7ec73c6
  • Fix ssh connection error test case 83706520
  • Resolve deprecation warnings about assertEquals in tests 65ba6454

v23.2.0

1 year ago

23.2.0 - 2023-02-03

Changed

  • Use universal release action, not python specific d7d4ea59
  • Add workaround for non-standard SSH ports (#925) 6a8c2f19
  • Format workflows, update actions and support Python 3.11 (#866) ddaea35f
  • Format workflows, update actions and support Python 3.11 dbe6b8c8

v22.9.1

1 year ago

22.9.1 - 2022-09-27

Changed

  • Improve error output in case of unix socket connection issues (#835) 662572d8

v22.9.0

1 year ago

22.9.0 - 2022-09-01

Added

  • Start to deploy the python-gvm docs at github pages too 98ac0c56

Changed

  • Remove hardcoded ignore_pagination from get_reports (#821) 9d81b732
  • Update links and terms in README and docs 6bd8c78e

Bug Fixes

  • Fix setting the port for the SSH connection #818 9784cf52

v22.8.0

1 year ago

22.8.0 - 2022-08-11

Changed

  • Improve installation chapter d1d602e4
  • Use furo theme for sphinx based docs for improved navigation 54c0136e
  • Use sphinx directly for typehints in API docs f707efdf
  • Update gvmd socket location to /run/gvmd/gvmd.sock 4a0f1706
  • Adjust PR template for using Conventional Commits 6287140d
  • Update lastest Gmp class to 22.4 44e85036

Bug Fixes

  • Add missing API docs for GMP 22.4 class (#804) fb69ec30

v22.7.0

1 year ago

22.7.0 - 2022-07-29

Added

  • Use isort for sorting Python import automatically e61b9ac5

Removed

  • OSP Scanner is deprecated with 22.04 (#789) 1cf0559a

Changed

  • Normalize all strings with black fbf0083d

v22.6.1

1 year ago

22.6.1 - 2022-06-16

Bug Fixes

  • Check port in overrides/notes like in gvmd 905e85ab
  • severity values of '0' have not been passed to gvmd cd4e0b44

v22.6.0

1 year ago

22.6.0 - 2022-06-09

Bug Fixes

  • ports argument for overrides and notes (#755) 8c9057be

v22.5.0

2 years ago

22.5.0 - 2022-05-19

Removed

  • Don't mention ALLINFO in the get_info_list method dc288185
  • Deprecate ifaces and icafes allow_parameters in user commands a3085ad3

Changed

  • Rename GMP 21.10 to GMP 22.04 [#691] f5ef7672

Bug Fixes

  • Unwrap SSL socket before closing transport socket. (#737) a1fc99e5
  • Ensure that connection is closed when using context manager 46b0e4a3

v21.11.0

2 years ago

21.11.0 - 2021-11-30

Added

  • Added support for PEP-561 c354da8
  • Adding the structure for GVM 21.10. [#575] fe203be

Bug Fixes

  • The types dict could not be accessed via dotted notation previously, this fix should make it possible. 0111cd9