Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save example function signature in cloud buckets. #134

Open
DonggeLiu opened this issue Mar 4, 2024 · 0 comments
Open

Save example function signature in cloud buckets. #134

DonggeLiu opened this issue Mar 4, 2024 · 0 comments
Assignees
Labels

Comments

@DonggeLiu
Copy link
Collaborator

DonggeLiu commented Mar 4, 2024

Currently, we only save existing human-written fuzz targets in the cloud bucket as example solutions.
The corresponding example questions (i.e., signature of the function used in the fuzz targets) are parsed from FI report everytime by the user.

This is problematic because:

  1. We cannot access them when the FI report was not available, and
  2. It reports distracting errors.
  3. Time consuming.

Ideally solution:

  1. Add a JSON that maps each fuzz target to a list of signatures of the functions used in the fuzz target.
  2. Restructure the code to take function signatures from the bucket and only generate them at runtime if not in the bucket.
@DonggeLiu DonggeLiu added the infra label Mar 4, 2024
@DonggeLiu DonggeLiu self-assigned this Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant