github greenbone/gvm-tools v2.1.0
gvm-tools 2.1.0

latest releases: v24.3.0, v24.1.0, v23.11.0...
4 years ago

2.1.0 - 2020-04-03

Added

  • Allow to specify hostname for SSH and TLS connections in the config file #239

Changed

  • The script random-report-gen.gmp is able to add host, host details, os
    and application data now, so the created reports are more realistic
    PR 218,
    PR 220
    PR 225
  • The script random-report-gen.gmp now uses argparser, to improve its usage PR 223
  • Use .py ending for all gmp scripts to support auto highlighting PR 244
  • Updated glossary in the documentation to reflect changes in GVM 11 PR 245
  • Replaced pipenv with poetry for dependency management. poetry install
    works a bit different then pipenv install. It installs dev packages by
    default and also gvmtools in editable mode. This means after running
    poetry install all gvm-tools scripts are available in the created virtual
    environment. PR 246
  • Fixed version handling after switching to poetry #249

Fixed

  • Exit with an error, if the check_gmp.gmp script is used with an temporary path, that has not the correct permissions.
  • Fixed update-task-target.gmp to create unique target names to support Gmpv8
  • Fixed an error, where the --sockpath argument didn't worked as expected PR 216
  • Catch exception from gvm lib PR 222 PR 224
  • Fixed send-targets.gmp throwing an exception due to an improper check PR 248
  • Fixed send-targets.gmp : hosts and exclude_hosts expecting lists PR 248

Don't miss a new gvm-tools release

NewReleases is sending notifications on new releases.