pyzmq/examples/pubsub
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
..
publisher.py warn about and de-emphasize send/recv_pyobj 2024-10-22 15:30:45 +02:00
subscriber.py warn about and de-emphasize send/recv_pyobj 2024-10-22 15:30:45 +02:00
topics_pub.py replace references for COPYING.BSD and COPYING.LESSER to LICENSE.BSD and LICENSE.LESSER 2023-02-17 21:52:48 +01:00
topics_sub.py apply ruff fixes 2024-05-06 21:50:53 +02:00