OSS-Fuzz - continuous fuzzing for open source software.
Go to file
Oliver Chang 5d4f10f693 Add initial life of a bug documentation. 2016-10-17 10:23:28 -07:00
boringssl fixing build after 941e47d6e1 2016-10-13 16:41:33 -07:00
curl [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
docs Add initial life of a bug documentation. 2016-10-17 10:23:28 -07:00
expat [infra] test expat build 2016-10-14 14:07:22 -07:00
freetype2 [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
harfbuzz fixing build after 941e47d6e1 2016-10-13 16:41:33 -07:00
infra Update Jenkinsfile 2016-10-14 15:30:13 -07:00
json [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
libass Add libass fuzzer (#34) 2016-10-13 17:02:20 -07:00
libchewing [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
libpng [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
libxml2 [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
nss [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
pcre2 [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
re2 [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
scripts Helper to view coverage 2016-10-14 15:28:32 -07:00
sqlite3 [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07:00
tpm2 Update Jenkinsfile 2016-10-14 16:32:00 -07:00
woff2 Update build.sh 2016-10-13 15:40:11 -07:00
zlib [infra] renaming LDFLAGS into FUZZER_LDFLAGS. Fixes #31 2016-10-13 14:20:19 -07: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 Add initial life of a bug documentation. 2016-10-17 10:23:28 -07:00
all.sh [infra] better all.sh 2016-10-13 16:25:37 -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