Task Description
We want to explore what steps would need to be undertaken to integrate oss-fuzz with the existing application.
Expected Outcome
After conducting this spike, we should know the following about the oss-fuzz procedure:
- The encoding used for the crash inputs.
- Any logging of the crash signal.
- The context provided by standard error and the stack trace.
- How oss-fuzz builds the fuzzers from the local checkout of the buggy library.
That information will help answer the following questions:
- How would crash inputs need to be manipulated to form CrashDetail objects?
- What parts of the standard error and stack trace are redundant given the CPG component? Are there any parts included in the standard error and stack trace that could be parsed for utilization in LLM-dispatch context?
- What is the best method for invoking buggy programs from oss-fuzz within the existing fuzzing service?
Additional Context
Any relevant details.
Task Description
We want to explore what steps would need to be undertaken to integrate oss-fuzz with the existing application.
Expected Outcome
After conducting this spike, we should know the following about the oss-fuzz procedure:
That information will help answer the following questions:
Additional Context
Any relevant details.