greenbone / python-gvm

Greenbone Vulnerability Management Python Library
https://greenbone.github.io/python-gvm/
GNU General Public License v3.0
106 stars 60 forks source link

Wrong protocol command send in get_configs #64

Closed kurokuma closed 5 years ago

kurokuma commented 5 years ago

GVM versions

gvm-tools: gvm-tools==2.0.0b1 python-gvm==1.0.0b1

Line 2202

get_configs method

cmd = XmlCommand('get_credentials') # mistake
↓
cmd = XmlCommand('get_configs') #correct
bjoernricks commented 5 years ago

Thanks for the report. I'll fix it asap