Skip to content
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

set_finding is missing parameter "build" #19

Open
sirferl opened this issue Oct 11, 2018 · 0 comments
Open

set_finding is missing parameter "build" #19

sirferl opened this issue Oct 11, 2018 · 0 comments

Comments

@sirferl
Copy link

sirferl commented Oct 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant