From 080d7141ab719da1e9bacca67c2731ba8bd8e236 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 6 Oct 2016 13:41:43 -0700 Subject: [PATCH] Create projects.md --- docs/projects.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/projects.md diff --git a/docs/projects.md b/docs/projects.md new file mode 100644 index 000000000..03139d5ed --- /dev/null +++ b/docs/projects.md @@ -0,0 +1,16 @@ +# OSS-Fuzz Project List + +All projects that are integrated with oss-fuzz. + +| Project Name | Integration Source Location | +| ------------ | --------------- | +| boringssl | https://github.com/google/oss-fuzz/tree/master/boringssl | +| expat | https://github.com/google/oss-fuzz/tree/master/expat | +| freetype2 | https://github.com/google/oss-fuzz/tree/master/freetype2 | +| libchewing | https://github.com/google/oss-fuzz/tree/master/libchewing | +| libpng | https://github.com/google/oss-fuzz/tree/master/libpng | +| libxml2 | https://github.com/google/oss-fuzz/tree/master/libxml2 | +| re2 | https://github.com/google/oss-fuzz/tree/master/re2 | +| sqlite | https://github.com/google/oss-fuzz/tree/master/sqlite3 | +| tpm2 | https://chromium.googlesource.com/chromiumos/third_party/tpm2/+/master/fuzz/ | +| zlib | https://github.com/google/oss-fuzz/tree/master/zlib |