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

deprecate pickle codec #706

Open
d-v-b opened this issue Feb 12, 2025 · 0 comments
Open

deprecate pickle codec #706

d-v-b opened this issue Feb 12, 2025 · 0 comments

Comments

@d-v-b
Copy link
Contributor

d-v-b commented Feb 12, 2025

using pickle as a codec is python-specific (even python-version-specific), unsafe due to the risk of arbitrary code execution, and a headache when defining the return type of the decode function. For these reasons I propose we deprecate the pickle codec.

We for users who depend on the pickle codec, perhaps we could consider putting it in a stand-alone package.

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

1 participant