You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
The current FuzzBinder version needs the fuzzing engine and the used sanitizer as inputs to generate the fuzzing claims. The problem with this is:
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.
The text was updated successfully, but these errors were encountered: