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 gregory.p.smith
Date 2017-02-08.20:54:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486587261.97.0.342323514088.issue29505@psf.upfronthosting.co.za>
In-reply-to
Content
For reference, read https://github.com/google/oss-fuzz.

We should investigate creating fuzz targets for the Python re module (_sre.c) at a minimum.  There are probably other good targets as well such as _json.c and _csv.c.

pickle and marshal are not intended to be secure so ignore those.
History
Date User Action Args
2017-02-08 20:54:22gregory.p.smithsetrecipients: + gregory.p.smith
2017-02-08 20:54:21gregory.p.smithsetmessageid: <1486587261.97.0.342323514088.issue29505@psf.upfronthosting.co.za>
2017-02-08 20:54:21gregory.p.smithlinkissue29505 messages
2017-02-08 20:54:21gregory.p.smithcreate