pyzmq/examples/serialization
Min RK f4e9f17fe1
warn about and de-emphasize send/recv_pyobj
recv_pyobj is pickle.loads, which means arbitrary code execution

- add warnings to docstrings, narrative docs
- updates some ancient examples to not use pyobj, which gives the impression it's a good idea
- add example of using signatures to authenticate messages before calling pickle
2024-10-22 15:30:45 +02:00
..
serialsocket.py warn about and de-emphasize send/recv_pyobj 2024-10-22 15:30:45 +02:00