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

Make it explicit that cloudpickle cannot be used across different Python versions #294

Merged
merged 1 commit into from Jun 17, 2019

Conversation

ogrisel
Copy link
Contributor

@ogrisel ogrisel commented Jun 14, 2019

As suggested in #293 (comment).

And also add a security notice. This is not specific to cloudpickle as load / loads come from the Python standard library but it's better to be explicit that loading pickle payloads from untrusted sources is a security vulnerability.

…hon versions

As suggested in #293 (comment)

And also add a security notice. This is not specific to cloudpickle as `load` / `loads` come from the Python standard library but it's better to be explicit that loading pickle payloads from untrusted sources is a security vulnerability.
Copy link
Member

@pierreglaser pierreglaser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks @ogrisel.

@ogrisel ogrisel merged commit 6ca95a8 into master Jun 17, 2019
@ogrisel ogrisel deleted the readme-python-versions branch June 17, 2019 08:36
@ogrisel
Copy link
Contributor Author

ogrisel commented Jun 17, 2019

Merged. The cython failure in the python / numpy nightly build is annoying but unrelated to this PR.

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

Successfully merging this pull request may close these issues.

None yet

2 participants