8000 [v6-exp] plumbing: packfile, Refactor Parser and Scanner logic by pjbgf · Pull Request #1228 · go-git/go-git · GitHub
[go: up one dir, main page]

Skip to content

[v6-exp] plumbing: packfile, Refactor Parser and Scanner logic #1228

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

Merged
merged 11 commits into from
Dec 17, 2024
Prev Previous commit
build: Reserve cifuzz to changes targeting master
Based on the current settings on oss-fuzz, it is quite likely that any changes
to fuzzing or adjancent files may cause the fuzzing the break, as the build
script used is for the master branch. Once that logic changes, this can be
enabled again for v6-exp.

For more information:
https://github.com/google/oss-fuzz/blob/master/projects/go-git/Dockerfile#L18

Signed-off-by: Paulo Gomes <pjbgf@linux.com>
  • Loading branch information
pjbgf committed Dec 15, 2024
commit 1ea8325dffa0dafc44c78b1cd7954d34b4652738
6 changes: 5 additions & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CIFuzz
on: [pull_request]
on:
pull_request:
branches:
- master

permissions: {}
jobs:
Fuzzing:
Expand Down
Loading
0