OSS-Fuzz - continuous fuzzing for open source software.
Go to file
Oliver Chang b1b39adf11 Fix chewing_fuzzer.
Set CHEWING_USER_PATH to /tmp instead, since the executable directory is
read only on CF. Should fix #13.
2016-10-18 13:13:36 -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 [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.

Open new issue for questions or feedback.

Documentation

Build status

Build status

Bounties

References