-
Notifications
You must be signed in to change notification settings - Fork 32
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
numpy 1.9.X security issue #137
Comments
https://nvd.nist.gov/vuln/detail/CVE-2021-33430 tentatively suggests that this isn't worth worrying about. It'd be a shame to require such a recent version of numpy (1.21.0 was released Jun 22, 2021) if there's no real need to do so. |
I think I'm inclined to do nothing here since the numpy maintainers say this is not a real vulnerability. See numpy/numpy#18993 (comment) for discussion among the numpy maintainers regarding this particular security issue as well as others. I encourage anyone interested to read through that discussion, but my takeaway is that the recent CVEs filed against numpy are spurious and fine for us to ignore. See also "disputed" here: https://www.cvedetails.com/vulnerability-list/vendor_id-16835/product_id-39445/Numpy-Numpy.html However, if we do advance to Lines 75 to 82 in e8ce801
I don't think it changes our decision here, but maybe of interest regardless, here's a recent unresolved discussion about possibly modifying NEP-29 to accommodate security issues: numpy/numpy#21713. |
GHSA-6p56-wp2h-9hxr
Consider advancing to numpy>=1.21
The text was updated successfully, but these errors were encountered: