defectdojo_api icon indicating copy to clipboard operation
defectdojo_api copied to clipboard

set_finding is missing parameter "build"

Open sirferl opened this issue 6 years ago • 0 comments

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

sirferl avatar Oct 11 '18 10:10 sirferl