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 #150

Closed
wants to merge 1 commit into from
Closed

Fuzzing: Initial commit #150

wants to merge 1 commit into from

Conversation

AdamKorcz
Copy link
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
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.

2 participants