Skip to content

Releases: greenbone/gvm-tools

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

v20.10.1

06 Oct 06:40
v20.10.1
Compare
Choose a tag to compare

20.10.1 - 2020-10-06

Fixed

  • Reverted changes in the dependency that causes CI failures.

gvm-tools 20.10.0

05 Oct 19:20
v20.10.0
Compare
Choose a tag to compare

20.10.0 - 2020-10-05

Changed

  • Fixed send-schedule.gmp.py script, because <timezone_abbrev> has been removed from Schedules, using <timezone> instead. [#299]

  • Fixed send-targets.gmp.py script, because alive_test needs to be from AliveTest enum in create_target function. #297

  • Added gmpv20.08 support to the scan-new-system.gmp.py script, as create_target requires an argument port_range or port_list_id now. #295

  • Using the --log argument is not casesensitive anymore. Use the lower-case or upper-case loglevel as the argument now.PR 276

Fixed

  • Fixed the check-gmp.gmp.py script, as it was not compatible to Python 3.5 anymore. PR 280
  • Fixed the check-gmp.gmp.py script: results have not been loaded with -F host -T task --status and probably some other cases. Added details=True to the command that requests the report. PR 280
  • Fixed the pdf-report.gmp.py script. Joining the Content of the tag was not the correct way here ... we needed the tail of the <report_format> tag ... PR 301

Removed

  • Removed gvm.version module in favor of using pontos.version
    #254