Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ask for help to come up with new ways to fuzz Python #27

Open
devdanzin opened this issue Nov 10, 2024 · 0 comments
Open

Ask for help to come up with new ways to fuzz Python #27

devdanzin opened this issue Nov 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@devdanzin
Copy link
Owner

Currently fusil generates random function and method calls, also calling them from threads, as a way to fuzz Python.

Some ideas to improve on that include adding async execution, object mangling and exercising the JIT.

This issue aims to gather more ways of adding options to fuzzing Python, so that more issues can be found. What do you think would be a good fuzzing vector to be added?

@devdanzin devdanzin added enhancement New feature or request help wanted Extra attention is needed labels Nov 10, 2024
@devdanzin devdanzin added this to the Future milestone Nov 10, 2024
@devdanzin devdanzin self-assigned this Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant