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

ci: merge seed corpora with public OSS-Fuzz corpora on CFLite #22302

Merged
merged 2 commits into from
Jan 30, 2022

Commits on Jan 30, 2022

  1. ci: merge seed corpora with public OSS-Fuzz corpora on CFLite

    to let it cover as much code as possible. It should help to catch
    most regressions in a few minutes.
    evverx committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    69aa498 View commit details
    Browse the repository at this point in the history
  2. ci: no longer upload the latest builds on commits

    The idea behind this action is to make it possible to compare the
    latest fuzz targets with PRs to figure out whether bugs are really
    reproducible in PRs only. Since forks (including systemd-stable) are
    usually based on the upstream repository where almost all the bugs
    are fixed before releases are cut it should be safe to assume that
    if CFLite finds bugs in PRs they are most likely introduced in those
    PRs.
    
    It should probably be brought back once google/clusterfuzzlite#84
    is fixed.
    evverx committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    d38363b View commit details
    Browse the repository at this point in the history