Skip to content

Releases: greenbone/python-gvm

python-gvm 22.8.0

11 Aug 12:05
Compare
Choose a tag to compare

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

python-gvm 22.7.0

29 Jul 10:48
Compare
Choose a tag to compare

22.7.0 - 2022-07-29

Added

  • Use isort for sorting Python import automatically e61b9ac5

Removed

Changed

  • Normalize all strings with black fbf0083d

python-gvm 22.6.1

16 Jun 09:24
Compare
Choose a tag to compare

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

python-gvm 22.6.0

09 Jun 05:55
Compare
Choose a tag to compare

22.6.0 - 2022-06-09

Bug Fixes

python-gvm 22.5.0

19 May 15:41
Compare
Choose a tag to compare

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

Bug Fixes

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

python-gvm 21.11.0

30 Nov 09:40
Compare
Choose a tag to compare

21.11.0 - 2021-11-30

Added

Bug Fixes

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

python-gvm 21.10.0

12 Oct 06:24
Compare
Choose a tag to compare

21.10.0 - 2021-10-12

Added

  • Adding the types attribute back to the Gmp classes [#568] d04aea4

Changed

  • Removing all get_entity_type_from_string() methods and replace them by EntityType.from_string() classmethods [#573] b6dec3d

python-gvm 21.6.0

21 Jun 09:36
Compare
Choose a tag to compare

21.6.0 - 2021-06-21

Changed

  • Changed API calls for SecInfo #501:
    • get_nvt_list() -> get_nvts()
    • get_cpe_list() -> get_cpes()
    • get_cve_list() -> get_cves()
    • get_cert_bund_advisory_list() -> get_cert_bund_advisories()
    • get_dnf_cert_advisory_list() -> get_dnf_cert_advisories()
    • get_oval_definition_list() -> get_oval_definitions()

Removed

  • Removed debug print statement in check_command_status() #506

python-gvm 21.5.2

01 Jun 09:03
v21.5.2
9f17fe9
Compare
Choose a tag to compare

21.5.2 - 2021-06-01

Added

Add import_policy API call #496

python-gvm 21.5.1

01 Jun 07:50
v21.5.1
3c7540c
Compare
Choose a tag to compare

21.5.1 - 2021-06-01

Changed

  • For SSH Connections: Reject unknown hosts, ask user if he wants to connect to unknown remote host and ask user if he wants to add the host to known_hosts #486

Fixed

  • Export HelpFormat and get_help_format_from_string() #495