OSS-Fuzz - continuous fuzzing for open source software.
Go to file
Mike Aizatsky de6c41a671 [infra] building clang with a single RUN command.
Each RUN command creates an overlay layer. This results in keeeping all
intermediate files.

By consolidating all work in a single script, the size of base-clang
image is decreased from 3G to 1G.
2016-10-07 12:06:24 -07:00
boringssl [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
docs [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
expat [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
freetype2 [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
infra [infra] building clang with a single RUN command. 2016-10-07 12:06:24 -07:00
libchewing [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
libpng [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
libxml2 [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
re2 [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
scripts [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
sqlite3 [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
tpm2 [tpm2] nits 2016-09-20 19:38:14 -07:00
zlib [infra] fixing build script location (/src/build.sh) 2016-10-06 13:45:12 -07:00
.gitignore Implement a helper script. 2016-09-01 16:37:12 -07:00
LICENSE Create LICENSE 2016-10-03 12:24:25 -07:00
README.md Update README.md 2016-10-06 14:02:52 -07:00
all.sh [infra] removed tpm2 from list of projects to build 2016-10-06 15:19:10 -07:00

README.md

oss-fuzz

oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test open source software. It grew out of Chrome in-process fuzzing effort (Blog Post, Project Page).

Project Status: The project currently is in early stage. We focus on libFuzzer first. Documentation and smoothing the process is our main priority.

Documentation

Bounties

References