Get and log the source code of the fuzz target and build script.#1065
Merged
AmPaschal merged 6 commits intogoogle:mainfrom Jun 13, 2025
Merged
Get and log the source code of the fuzz target and build script.#1065AmPaschal merged 6 commits intogoogle:mainfrom
AmPaschal merged 6 commits intogoogle:mainfrom
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.
AmPaschal
commented
May 19, 2025
AmPaschal
commented
May 19, 2025
oliverchang
reviewed
May 23, 2025
Collaborator
oliverchang
left a comment
There was a problem hiding this comment.
hey @AmPaschal , thanks for this change! Can you please add some context / reasoning behind this change in the PR description?
Collaborator
Author
I have updated the PR description. |
Collaborator
|
/gcbrun exp -n pa -m vertex_ai_gemini-2-5-pro-chat -ag |
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun exp -n pa -m vertex_ai_gemini-2-5-pro-chat -ag |
Collaborator
Author
|
/gcbrun exp -n pamusuo -m vertex_ai_gemini-2-5-pro-chat -ag |
DonggeLiu
approved these changes
Jun 13, 2025
Collaborator
Author
|
/gcbrun exp -n pamusuo -m vertex_ai_gemini-2-5-pro-chat -ag -b quick-test |
gabe-sherman
pushed a commit
to FuturesLab/oss-fuzz-gen-plain
that referenced
this pull request
Jan 6, 2026
…gle#1065) 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.