Releases: greenbone/gvm-tools
Releases · greenbone/gvm-tools
gvm-tools 23.4.0
gvm-tools 23.3.0
gvm-tools 23.2.0
gvm-tools 22.9.0
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
gvm-tools 22.6.1
gvm-tools 22.6.0
gvm-tools 21.10.0
gvm-tools 21.6.1
gvm-tools 21.6.0
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 toimport_report()
toscript/combine-reports.gmp.py
#383
Fixed
gvm-tools 21.1.0
21.1.0 - 2021-01-20
Added
- Added
pretty_print
topyshell
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