You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running this
python examples/client/get_project_vulnerabilites_as_csv.py
and I get this error
Traceback (most recent call last):
File "hub-rest-api-python/examples/client/get_project_vulnerabilites_as_csv.py", line 92, in
main()
File "hub-rest-api-python/examples/client/get_project_vulnerabilites_as_csv.py", line 79, in main
remediation = vulnverable_component['vulnerabilityWithRemediation']
KeyError: 'vulnerabilityWithRemediation'
It seems that the key was renamed or removed. How is the name of the new key ?
The text was updated successfully, but these errors were encountered:
I'm running this
python examples/client/get_project_vulnerabilites_as_csv.py
and I get this error
Traceback (most recent call last):
File "hub-rest-api-python/examples/client/get_project_vulnerabilites_as_csv.py", line 92, in
main()
File "hub-rest-api-python/examples/client/get_project_vulnerabilites_as_csv.py", line 79, in main
remediation = vulnverable_component['vulnerabilityWithRemediation']
KeyError: 'vulnerabilityWithRemediation'
It seems that the key was renamed or removed. How is the name of the new key ?
The text was updated successfully, but these errors were encountered: