-
Notifications
You must be signed in to change notification settings - Fork 831
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
azure-storage-blob package update to 12.1.0 #1371
Comments
Lets put fix in kfserving project as that is where the code is. |
/priority p2 |
Would be great to have this fixed in v1.3, as mlflow 1.10.0 has requirement azure-storage-blob>=12.0 |
@axsaucedo If this can be included in the patch release would be great, thank you! |
It seems we just got flagged a (medium) vulnerability from azure storage, so we'll have to prioritise. Report: https://snyk.io/vuln/SNYK-PYTHON-IPADDRESS-590065 |
Currently the storage.py dependency is linked to the kfserving dependencies, so we'll have to update it there https://github.com/kubeflow/kfserving/blob/master/python/kfserving/requirements.txt |
Just to follow-up on this one, it seems that the vulnerability is still TBC on resolve timeline. We'll have to confirm it gets resolved with the iptables library first. There is an open issue that is looking at it phihag/ipaddress#55 |
There is a ticket in kfserving to upgrade it: kserve/kserve#923 |
We plan to remove storage.py to reduce dependencies in the python module. |
the latest azure-storage-blob is 12.1.0, Seldon is using
azure-storage-blob >= 2.0.1, < 3.0.0
, which is the legacy version. It will be great to update to the latest package.The text was updated successfully, but these errors were encountered: