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

enable end-to-end generation #552

Merged
merged 3 commits into from
Aug 21, 2024
Merged

enable end-to-end generation #552

merged 3 commits into from
Aug 21, 2024

Conversation

DavidKorczynski
Copy link
Collaborator

@DavidKorczynski DavidKorczynski commented Aug 20, 2024

This adds a script that performs end-to-end generation. Specifically, the script will generate OSS-Fuzz projects given GitHub URLs to an arbitrary project, find the top performing projects and then pass these to OSS-Fuzz-gen core for further harness generation.

There is still more work to do, such as combining all results into one larger OSS-Fuzz project, as well adjusting the UI to be a bit more meaningful for non-oss-fuzz-integrated projects. This will happen in follow-ups.

Ref: #450

This adds a script that performs end-to-end generation. Specifically,
the script will generate OSS-Fuzz projects given GitHub URLs to an
arbitrary project, find the top performing projects and then pass these
to OSS-Fuzz-gen core for further harness generation.

Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski
Copy link
Collaborator Author

DavidKorczynski commented Aug 20, 2024

The below picture is of running MODEL=gpt-3.5-turbo TARGETS=targets.txt ./run_e2e.sh

where

$ cat targets.txt
https://github.com/gregjesl/simpleson
https://github.com/rafagafe/tiny-json
https://github.com/vincenthz/libjson

Screenshot 2024-08-20 202518

Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski
Copy link
Collaborator Author

/gcbrun skip

Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski
Copy link
Collaborator Author

/gcbrun skip

@arthurscchan arthurscchan merged commit 5e80965 into main Aug 21, 2024
6 checks passed
@arthurscchan arthurscchan deleted the enable-full-run branch August 21, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants