You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: