blackducksoftware / hub-rest-api-python

HUB REST API Python bindings
Apache License 2.0
89 stars 105 forks source link

"pip install blackduck" isn't including set_vulnerability_remediation #147

Closed aghar11 closed 1 year ago

aghar11 commented 3 years ago

Hi,

I'm trying to change the remediation data of vulnerabilities and when I try to use "hub.set_vulnerability_remediation" like in this example I get an error that the "'HubInstance' object has no attribute 'set_vulnerablity_remediation'". I tried re-installing the library a couple time but nothing has changed. Checking the library also shows that the function isn't installed in my local directory. I think this might be related to "set_vulnerability_remediation" being added recently.

Any help would be apprecicated!

Thanks!