This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients Junyu Zhang, davin, pitrou, xtreak
Date 2020-03-22.08:15:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584864917.1.0.772461488256.issue40039@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report. Is this a case of the warning below?

https://docs.python.org/3.8/library/multiprocessing.html#multiprocessing.connection.Connection.recv

> Warning The Connection.recv() method automatically unpickles the data it receives, which can be a security risk unless you can trust the process which sent the message.

> Therefore, unless the connection object was produced using Pipe() you should only use the recv() and send() methods after performing some sort of authentication. See Authentication keys.
History
Date User Action Args
2020-03-22 08:15:17xtreaksetrecipients: + xtreak, pitrou, davin, Junyu Zhang
2020-03-22 08:15:17xtreaksetmessageid: <1584864917.1.0.772461488256.issue40039@roundup.psfhosted.org>
2020-03-22 08:15:17xtreaklinkissue40039 messages
2020-03-22 08:15:16xtreakcreate