You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates to support easily running OSS-Fuzz using local repo sources
- Updates the fuzzing documentation to include steps for working with
locally modified versions of the gitpython repository.
- Updates the build.sh script to make the fuzz target search path more
specific, reducing the risk of local OSS-Fuzz builds picking up
files located outside of where we expect them (for example, in a .venv
directory.)
- add artifacts produced by local OSS-Fuzz runs to gitignore
0 commit comments