Skip to content

Expand fuzz testing to new operations and features #437

Open
@ionut-arm

Description

@ionut-arm

The fuzz testing framework works by picking up an initial corpus and performing more and more modifications on it while checking what happens to the service when those requests are processed. The initial fuzzing framework was written to generate an initial corpus consisting of a select list of operation which were available at the time. Since then, however, more operations and features have been added and thus the corpus generation should be updated to cover them as well.

Any other features that could potentially be exploited (such as the admin functionality) should be investigated and included.

Metadata

Metadata

Assignees

No one assigned

    Labels

    code healthIssues concerning overall code quality, safety and best practicegood first issueGood for newcomersmediumEffort labeltestingTask related to testing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions