Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Remove fuzzEngine and sanitizer from FuzzBinder inputs #175

Open
MarahGamdou opened this issue Dec 15, 2022 · 0 comments
Open

Remove fuzzEngine and sanitizer from FuzzBinder inputs #175

MarahGamdou opened this issue Dec 15, 2022 · 0 comments
Assignees

Comments

@MarahGamdou
Copy link
Contributor

MarahGamdou commented Dec 15, 2022

The current FuzzBinder version needs the fuzzing engine and the used sanitizer as inputs to generate the fuzzing claims. The problem with this is:

  • It is possible to have multiple sanitizers and fuzzing engines.
  • The user needs to know how these fuzzing engines and sanitizers are named internally by OSS-Fuzz (the names in the project config file are different).

Therefore, these parameters should be extracted from the file names (saved on a given day) instead of being inputs.
Some aggregations may be needed in that case, especially if multiple fuzzing engines or sanitizers are used on the same day.

@MarahGamdou MarahGamdou self-assigned this Dec 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants