OSS-Fuzz - continuous fuzzing for open source software.
Go to file
Max Moroz d0469fb4fa Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
boringssl Update Jenkinsfile 2016-10-11 14:34:00 -07:00
docs [infra] do not checkout oss-fuzz (#23) 2016-10-12 16:25:06 -07:00
expat [infra] do not checkout oss-fuzz (#23) 2016-10-12 16:25:06 -07:00
freetype2 Update Jenkinsfile 2016-10-11 14:34:31 -07:00
infra Update Jenkinsfile 2016-10-13 00:00:17 -07:00
libchewing [infra] do not checkout oss-fuzz (#23) 2016-10-12 16:25:06 -07:00
libpng Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
libxml2 Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
nss Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
pcre2 Update build.sh 2016-10-13 00:16:19 -07:00
re2 Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
scripts [infra] do not checkout oss-fuzz (#23) 2016-10-12 16:25:06 -07:00
sqlite3 [infra] do not checkout oss-fuzz (#23) 2016-10-12 16:25:06 -07:00
tpm2 Update Jenkinsfile 2016-10-11 14:35:33 -07:00
woff2 Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
zlib Add missing "ENV GIT_URL" variables to Dockerfiles. 2016-10-13 10:05:39 +02:00
.gitignore Implement a helper script. 2016-09-01 16:37:12 -07:00
CONTRIBUTING Create CONTRIBUTING 2016-10-12 13:26:26 -07:00
LICENSE Create LICENSE 2016-10-03 12:24:25 -07:00
README.md Fix broken libpng build (use "autoreconf -f -i" instead of ./autogen.sh). 2016-10-10 15:22:25 +02: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

Build status

Build status

Bounties

References