Skip to content

Set up CIFuzz to run fuzz targets continuously #107652

Closed
@illia-v

Description

@illia-v

Feature or enhancement

OSS-Fuzz offers CIFuzz, a collection of GitHub actions that can be used for running fuzz targets based on the existing OSS-Fuzz configuration similarly to running unit tests in CI.

Pitch

CPython has been tested by OSS-Fuzz for a few years. The tool has helped discover multiple issues like #91466, #102509, and #106057. However, there is a tendency to leave builds or individual tests broken for a while. The issues are usually caused by changes in CPython code, and current testing performed in GitHub actions and Buildbot misses some cases like compiling CPython with memory sanitizer.

CIFuzz can help identify issues when they are created, and passing tests can be made a requirement for a successful status of a pull request. This can help prevent new issues of this kind from being merged in the main branch.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)testsTests in the Lib/test dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions