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 |