[New-bugs-announce] [issue29505] Submit the re, json, & csv modules to oss-fuzz testing

Gregory P. Smith report at bugs.python.org
Wed Feb 8 15:54:21 EST 2017


New submission from Gregory P. Smith:

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.

----------
messages: 287363
nosy: gregory.p.smith
priority: normal
severity: normal
stage: test needed
status: open
title: Submit the re, json, & csv modules to oss-fuzz testing
type: security
versions: Python 2.7, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29505>
_______________________________________


More information about the New-bugs-announce mailing list