Skip to content

improve ots fuzzing #189

@inferno-chromium

Description

@inferno-chromium

@khaledhosny, can you please help to improve ots fuzzing. See our blog post at https://opensource.googleblog.com/2016/12/announcing-oss-fuzz-continuous-fuzzing.html

  1. Add yourself to https://github.com/google/oss-fuzz/blob/master/projects/ots/project.yaml
    like this:
    primary_contact: "your-email"

  2. Move the fuzz target (https://github.com/google/oss-fuzz/blob/master/projects/ots/ots_fuzzer.cc) to the upstream repository.
    See more about our preferred integration here:
    https://github.com/google/oss-fuzz/blob/master/docs/ideal_integration.md
    Please see if the fuzz target code can be improved.

  3. Modify Dockerfile and build.sh in https://github.com/google/oss-fuzz/tree/master/projects/ots
    and move seed corpus to somewhere in your repo.
    More info: https://github.com/google/oss-fuzz/blob/master/docs/new_project_guide.md#seed-corpus

  4. Once 1-3 are done, wait for a few days and look at clusterfuzz-external.appspot.com,
    find ots and see if the fuzzer has good enough coverage.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions