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

Fuzzing: Initial commit #229

Closed
wants to merge 1 commit into from
Closed

Fuzzing: Initial commit #229

wants to merge 1 commit into from

Conversation

AdamKorcz
Copy link
Contributor

Adds initial setup for fuzzing of the image-automation-controller.

To run these fuzzers:

git clone --branch fuzz1 https:/AdamKorcz/image-automation-controller
cd image-automation-controller/fuzz
sudo docker build . --tag flux-fuzzing-image

Next, uncomment one of the fuzzers in the bottom of the Dockerfile and build the image again. This will run the uncommented fuzzer.

Some test helpers are moved to a new file called test_utils.go to allow the fuzzer to use them too.

Signed-off-by: AdamKorcz <[email protected]>
@AdamKorcz AdamKorcz changed the title [DRAFT] Fuzzing: Initial commit Fuzzing: Initial commit Sep 30, 2021
@AdamKorcz AdamKorcz marked this pull request as ready for review September 30, 2021 21:05
@pjbgf
Copy link
Member

pjbgf commented Feb 14, 2022

This was superseded by #314. @dholbach do you mind closing this please?

@dholbach
Copy link
Member

@pjbgf I moved it forward on the project board - unfortunately I can't close this PR. Thanks for your work on this!

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.

4 participants