
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
pickle5
Advanced tools
pickle5 -- A backport of the pickle 5 protocol (PEP 574)This package backports all features and APIs added in the pickle module
in Python 3.8.3, including the
PEP 574 <https://www.python.org/dev/peps/pep-0574/>_ additions. It should
work with Python 3.5, 3.6 and 3.7.
Basic usage is similar to the pickle module, except that the module
to be imported is pickle5:
.. code-block:: python
import pickle5 as pickle
pb = pickle.PickleBuffer(b"foo") data = pickle.dumps(pb, protocol=5) assert pickle.loads(data) == b"foo"
Detailed documentation can be found in PEP 574 and the standard
pickle documentation <https://docs.python.org/3.8/library/pickle.html>_.
.. image:: https://travis-ci.org/pitrou/pickle5-backport.svg?branch=master :target: https://travis-ci.org/pitrou/pickle5-backport :align: left
.. image:: https://ci.appveyor.com/api/projects/status/hk4lrl81wp0q283o/branch/master?svg=true :target: https://ci.appveyor.com/project/pitrou/pickle5-backport/branch/master :align: left
FAQs
Backport of the pickle 5 protocol (PEP 574) and other pickle changes
We found that pickle5 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.