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 gregory.p.smith
Recipients Bruce Day, gregory.p.smith
Date 2020-11-26.07:24:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606375448.72.0.361897399967.issue41200@roundup.psfhosted.org>
In-reply-to
Content
Given that pickle is documented as:

"""
Warning The pickle module is not secure. Only unpickle data you trust.

It is possible to construct malicious pickle data which will execute arbitrary code during unpickling.
"""

https://docs.python.org/3/library/pickle.html

What is fuzzing pickle.loads() expected to accomplish?
History
Date User Action Args
2020-11-26 07:24:08gregory.p.smithsetrecipients: + gregory.p.smith, Bruce Day
2020-11-26 07:24:08gregory.p.smithsetmessageid: <1606375448.72.0.361897399967.issue41200@roundup.psfhosted.org>
2020-11-26 07:24:08gregory.p.smithlinkissue41200 messages
2020-11-26 07:24:08gregory.p.smithcreate