Skip to content
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

fuzz: Refactor Fuzzers based on Go native fuzzing #414

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

pjbgf
Copy link
Member

@pjbgf pjbgf commented Sep 6, 2022

The existing fuzzers were converted into the Go native format. Based on how the code was structured on this project, the fuzzers can be quite effective, allowing for entire E2E fuzzing in some cases, but with very low execution cost.

Relates to fluxcd/flux2#2417.

@pjbgf pjbgf added the area/ci CI related issues and pull requests label Sep 6, 2022
@pjbgf pjbgf added this to the GA milestone Sep 6, 2022
The existing fuzzers were converted into the Go native format.
Based on how the code was structured on this project, the fuzzers
can be quite effective, allowing for entire E2E fuzzing in some
cases, but with very low execution cost.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
@pjbgf pjbgf marked this pull request as ready for review September 7, 2022 09:46
@pjbgf pjbgf merged commit 8151979 into fluxcd:main Sep 7, 2022
@pjbgf pjbgf deleted the native-fuzz branch September 7, 2022 10:30
@stefanprodan stefanprodan modified the milestones: GA, Bootstrap GA Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci CI related issues and pull requests
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants