https://github.com/devdanzin/cpython_fusil_report
A technical report about fuzzing CPython using fusil
https://github.com/devdanzin/cpython_fusil_report
Last synced: about 1 year ago
JSON representation
A technical report about fuzzing CPython using fusil
- Host: GitHub
- URL: https://github.com/devdanzin/cpython_fusil_report
- Owner: devdanzin
- License: mit
- Created: 2025-05-08T20:10:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-12T18:19:30.000Z (about 1 year ago)
- Last Synced: 2025-05-12T19:34:05.783Z (about 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fuzzing CPython with fusil
A technical report about fuzzing CPython using fusil
## Introduction
This report presents the issues found by fuzzing [CPython](https://github.com/python/cpython)
with [fusil](https://github.com/devdanzin/fusil), a tool created by
[Victor Stinner](https://github.com/vstinner) and updated and used by
[Daniel Diniz](https://github.com/devdanzin) for this fuzzing campaign.
### Goals
The primary goal of this fuzzing campaign was to uncover defects, improve
stability, and enhance the overall robustness of CPython, particularly
focusing on new features and diverse configurations. A secondary goal was
to explore ways to improve fusil to be more effective in attaining the
primary goal.