Skip to content

Refactor Fuzz implementation#396

Merged
stefanprodan merged 2 commits intofluxcd:mainfrom
pjbgf:fuzz
Jan 19, 2022
Merged

Refactor Fuzz implementation#396
stefanprodan merged 2 commits intofluxcd:mainfrom
pjbgf:fuzz

Conversation

@pjbgf
Copy link
Copy Markdown
Member

@pjbgf pjbgf commented Jan 17, 2022

Following-up from the security audit, I reviewed the initial Fuzz PR and created this PR that supersedes it.

Main changes:

  • Structure the fuzz implementation to be closer to what fuzz testing might look like once leveraging the golang 1.18 built-in fuzz feature.
  • Add Makefile target to enable smoke testing fuzzers locally.
  • Add github workflow to smoke test fuzzers.

AdamKorcz and others added 2 commits January 17, 2022 11:25
Signed-off-by: AdamKorcz <adam@adalogics.com>
Structure the fuzz implementation to be closer to what go native will support.
Add Makefile target to enable smoketesting fuzzers.
Add smoketest as CI workflow.

Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
Copy link
Copy Markdown
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @pjbgf

@stefanprodan stefanprodan merged commit 836f84c into fluxcd:main Jan 19, 2022
@pjbgf pjbgf deleted the fuzz branch January 19, 2022 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants