-
Notifications
You must be signed in to change notification settings - Fork 187
Get and log the source code of the fuzz target and build script. #1065
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
Conversation
This commit also modifies the create_ossfuzz_project to return the path of the generated oss-fuzz project so it can read the files from the project. Finally, this commit adds the retrieved sources to the report log.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @AmPaschal , thanks for this change! Can you please add some context / reasoning behind this change in the PR description?
I have updated the PR description. |
/gcbrun exp -n pa -m vertex_ai_gemini-2-5-pro-chat -ag |
/gcbrun |
/gcbrun exp -n pa -m vertex_ai_gemini-2-5-pro-chat -ag |
/gcbrun exp -n pamusuo -m vertex_ai_gemini-2-5-pro-chat -ag |
/gcbrun exp -n pamusuo -m vertex_ai_gemini-2-5-pro-chat -ag -b quick-test |
This Pull Request modifies oss-fuzz-gen to retrieve and log the fuzz target and build script, used in each fuzzing cycle, in the experiment's final report.
This is to facilitate debugging and improve fuzzing transparency during fuzz target generation.