defectdojo_api
defectdojo_api copied to clipboard
set_finding is missing parameter "build"
Version 1.1.4. In defectdojo.py the function "set_finding" is missing the parameter "build". This leads to error: File "/home/dojomgr/.local/lib/python2.7/site-packages/defectdojo_api/defectdojo.py", line 706, in set_finding if build: NameError: global name 'build' is not defined
I added "build=None" to the definition of set_finding and then it works. regards sirferl