-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scripts/check-gmp.gmp.py fails with list index out of range #489
Comments
Can you be more explicit?
I would also like to see the full traceback and maybe the passed arguments, using check-gmp to help you with the list out of range error. Thank you. |
Hi, gvm-script --gmp-username="xxx" --gmp-password="yy" ssh --hostname ab.cd.de ~/local/lib/nagios/plugins/check-gmp.gmp.py -F 91.x.y.z --last-report -T "report" --status There is no traceback. How do I enable the traceback? |
I also wonder if your script in |
Yes it is. |
Thx. |
Thanks a lot. |
Hi, |
Expected behavior
When using scripts/check-gmp.gmp.py in the past it correctly reported the vulnerabilities found by a Greenbone appliance
Current behavior
After updating the greenbone appliance to 21.04.3 the script fails with "list index out of range"
Updating the gvm-tools to the current version using git pull introduced an additional bug:
get_tasks() got an unexpected keyword argument 'filter_string'
When correcting this bug by replacing filter_string with filter the original bug "list index out of range" is thrown again.
Steps to reproduce
GVM versions
As included in Greenbone OS 21.04.3
The text was updated successfully, but these errors were encountered: