Skip to content

Fuzzing: Initial commit#150

Closed
AdamKorcz wants to merge 1 commit intofluxcd:mainfrom
AdamKorcz:fuzz1
Closed

Fuzzing: Initial commit#150
AdamKorcz wants to merge 1 commit intofluxcd:mainfrom
AdamKorcz:fuzz1

Conversation

@AdamKorcz
Copy link
Copy Markdown
Contributor

This is a draft for work in progress for adding fuzzing to the shared library.

In case anyone wants to comment, ask or test it out, I share the progress in this PR.

The fuzzers can be built and run by:

git clone https://github.com/AdamKorcz/pkg --branch fuzz1
cd pkg/fuzz
sudo docker build . --tag flux-fuzzing-image

To run a fuzzer, modify and uncomment this line in the Dockerfile:

#RUN /fuzzers/FuzzLibGit2Error

Cross referencing fluxcd/source-controller#443

@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:04
Signed-off-by: AdamKorcz <adam@adalogics.com>
@stefanprodan
Copy link
Copy Markdown
Member

Superseded by #212

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