Skip to content

bpo-29505: Add fuzzer for ast.literal_eval - #28777

Merged
miss-islington merged 1 commit into
python:mainfrom
ammaraskar:fuzz_ast
Oct 6, 2021
Merged

bpo-29505: Add fuzzer for ast.literal_eval#28777
miss-islington merged 1 commit into
python:mainfrom
ammaraskar:fuzz_ast

Conversation

@ammaraskar

@ammaraskarammaraskar commented Oct 6, 2021

Copy link
Copy Markdown
Member

This supercedes #3437 and fuzzes the method we recommend for unsafe inputs, ast.literal_eval. This should exercise the tokenizer and parser.

https://bugs.python.org/issue29505

Automerge-Triggered-By: GH:ammaraskar

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ammaraskar@gpshead@the-knights-who-say-ni@bedevere-bot@miss-islington