Results 6 issues of Marah Gamdou

- I run a line_profiler on the ranking function and discovered that the line I modified takes 91.4 of the run time of the rank function. By modifying we can...

Split the FuzzBinder functions that handle the perTarget and perProject cases at the same time into smaller functions.

fuzzbinder

Replace `Get` -> `Compute` in the function names.

fuzzbinder

The current evidence URI in the generated fuzzing claims uses Google Cloud Storage paths. These paths are not permanent since evidence files can be deleted by OSS-Fuzz from GCS. These...

fuzzbinder

Currently, the crash detection is based on the crashes that were detected using the 'failing fuzz target' on the Oak project. This detection may not be generalized since it should...

fuzzbinder

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...

fuzzbinder