Skip to content

Releases: greenbone/gvm-tools

gvm-tools 23.4.0

26 Apr 13:21
Compare
Choose a tag to compare

23.4.0 - 2023-04-26

Added

  • Auto-allow host for SSH connection (#965) 0931d68
  • Add action for reporting the conventional commits c1fb86a

Changed

  • Use new pypi-upload action for releasing the Python package 02ba372

gvm-tools 23.3.0

22 Mar 11:57
Compare
Choose a tag to compare

23.3.0 - 2023-03-22

Added

Changed

  • Update dependencies for a Python 3.11 compatible pylint version 605fda5
  • Require Python 3.7.2 as minimum version b03b45c
  • Use a single workflow file for releases 76d65d6

Bug Fixes

  • Remove errors and warning raised by pylint 2.17.0 05ba0b5

gvm-tools 23.2.0

03 Feb 08:08
Compare
Choose a tag to compare

23.2.0 - 2023-02-03

Added

  • --with-descriptions and host details source types to generate-random-reports (#773) 66341f3

Changed

gvm-tools 22.9.0

05 Sep 07:01
Compare
Choose a tag to compare

22.9.0 - 2022-09-05

Added

  • Update GitHub actions via dependabot too abd8626
  • Build container image for gvm-tools 6f827bb
  • Deploy docs to GitHub pages too 5084af6

Changed

  • Don't use a pip cache within the container build 77f7ae8
  • Update links and terms in README and docs d088dc5
  • Enable string normalization with black ec17b3e
  • Add autohooks-plugin-isort for import sorting d2a29dd
  • Use greater or equal then for dependencies with calver c7de2c6
  • Update docs to use a cleaner sphinx theme 4a9e9ff

Bug Fixes

  • Consolidated Report script finds last report in time period now (#771) 3067417

gvm-tools 22.6.1

27 Jun 12:22
Compare
Choose a tag to compare

22.6.1 - 2022-06-27

Bug Fixes

gvm-tools 22.6.0

16 Jun 11:05
Compare
Choose a tag to compare

22.6.0 - 2022-06-16

Bug Fixes

  • pyproject.toml dependencies, more improvements. (#703) cea689b

gvm-tools 21.10.0

27 Oct 07:21
Compare
Choose a tag to compare

21.10.0 - 2021-10-27

Changed

  • Using traceback to print the full error traceback, when a script fails ... db5a7c9

Bug Fixes

  • Fixing and refactoring the update-task-target script. [#544] 8431844
  • Fixing some scripts that use Gmp.types... [#535] d7f7eb5

gvm-tools 21.6.1

21 Jun 12:05
Compare
Choose a tag to compare

21.6.1 - 2021-06-21

Fixed

  • Fixed the GMP authentication for gvm-cli. #472

gvm-tools 21.6.0

13 Jun 12:11
Compare
Choose a tag to compare

21.6.0 - 2021-06-13

This release needs python-gvm >= 21.5.0 to work

Added

  • Added new script script/create-consolidated-reports.gmp.py, that consolidates the last reports of tasks filtered by time period and tags #370
  • Added new script script/create-cve-report-from-json.gmp.py that generates an CVE Report from an correctly formatted JSON. #376
  • Added script bulk-modify-schedules.gmp.py #445

Changed

  • Added in_asset argument to import_report() to script/combine-reports.gmp.py #383

Fixed

  • Added ignore_pagination to get_report calls in script/create-consolidated-reports.gmp.py and script/combine-reports.gmp.py [#399]#399)
  • Fixed Python 3.8 SyntaxWarnings for scripts #373

gvm-tools 21.1.0

20 Jan 12:31
v21.1.0
a9f38d2
Compare
Choose a tag to compare

21.1.0 - 2021-01-20

Added

  • Added pretty_print to pyshell by default, so it does not need to be manually imported #305
  • Added tests for helper module #310
  • Added tests for parser module #311
  • Added tests for scripts/send-target.gmp.py #314
  • Added tests for scripts/send-tasks.gmp.py #317
  • Added tests for scripts/send-schedules.gmp.py #344
  • Added tests for script/start-alert-scan.gmp.py #344
  • Adding useful script helper functions to the helper.py #317
  • CI tests Python 3.9 now. #353
  • Added tests for script/combine-reports.gmp.py #366

Changed

  • The script/start-alert-scan.gmp.py has been reworked with argparser #344
  • Moved generic functions to generate random ids and ips from scripts to the helper module. #365

Deprecated

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

Fixed

  • Fixed the send-targets.gmp.py script. #313
  • Fixed the pdf-report.gmp.py script when an empty report is downloaded #328
  • Fixed the combine-reports.gmp.py script, the import_report() command changed since v9.0. #366