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

Test fail on numpy-1.16 #877

Closed
scarabeusiv opened this issue May 28, 2019 · 1 comment
Closed

Test fail on numpy-1.16 #877

scarabeusiv opened this issue May 28, 2019 · 1 comment

Comments

@scarabeusiv
Copy link

As a sidenote first you guys don't test on travis against latest numpy :)

When testing the pickle loading the default behaviour changed in numpy and breaks the test_joblib_pickle_across_python_versions test.

The most important change is in the numpy.load behaviour as inlined bellow:

[  379s]             Allow loading pickled object arrays stored in npy files. Reasons for
[  379s]             disallowing pickles include security, as loading pickled data can
[  379s]             execute arbitrary code. If pickles are disallowed, loading object
[  379s]             arrays will fail. Default: False
[  379s]     
[  379s]             .. versionchanged:: 1.16.3
[  379s]                 Made default False in response to CVE-2019-6446.
@ogrisel
Copy link
Contributor

ogrisel commented May 29, 2019

Fix by #879.

@ogrisel ogrisel closed this as completed May 29, 2019
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

2 participants