OSS-Fuzz - continuous fuzzing for open source software.
Go to file
Mike Aizatsky 5c99eb3b7e command parameter 2016-10-18 14:41:10 -07:00
boringssl [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
curl [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
docs [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
expat [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
freetype2 [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
harfbuzz [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
infra adding --no-cache to docker build 2016-10-17 14:42:04 -07:00
json [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
libass [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
libchewing Fix chewing_fuzzer. 2016-10-18 13:13:36 -07:00
libpng [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
libxml2 [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
nss [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
pcre2 [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
re2 [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
scripts [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
sqlite3 [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
tpm2 Update Jenkinsfile 2016-10-14 16:32:00 -07:00
woff2 [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37:19 -07:00
zlib [infra] replacing libfuzzer/*.o by -lfuzzer 2016-10-17 14:37: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 Update README.md 2016-10-17 16:40:10 -07:00
all.sh command parameter 2016-10-18 14:41: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.

Open new issue for questions or feedback.

Documentation

Build status

Build status

Bounties

References