mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
f94118ff9e
commit
c91e49f1c8
|
@ -4,23 +4,23 @@ Targets integrated with oss-fuzz.
|
|||
|
||||
| Project | Integration Source Location |
|
||||
| ------------ | --------------- |
|
||||
| [boringssl](https://boringssl.googlesource.com/boringssl/) | https://github.com/google/oss-fuzz/tree/master/targets/boringssl |
|
||||
| [curl](https://curl.haxx.se/) | https://github.com/google/oss-fuzz/tree/master/targets/curl |
|
||||
| [expat](http://expat.sourceforge.net/) | https://github.com/google/oss-fuzz/tree/master/targets/expat |
|
||||
| [freetype2](https://www.freetype.org/) | https://github.com/google/oss-fuzz/tree/master/targets/freetype2 |
|
||||
| [harfbuzz](http://www.harfbuzz.org/) | https://github.com/google/oss-fuzz/tree/master/targets/harfbuzz |
|
||||
| [icu](http://site.icu-project.org/) | https://github.com/google/oss-fuzz/tree/master/targets/icu |
|
||||
| libass | https://github.com/google/oss-fuzz/tree/master/targets/libass |
|
||||
| libchewing | https://github.com/google/oss-fuzz/tree/master/targets/libchewing |
|
||||
| libpng | https://github.com/google/oss-fuzz/tree/master/targets/libpng |
|
||||
| [libteken](http://80386.nl/projects/libteken/) | https://github.com/google/oss-fuzz/tree/master/targets/libteken |
|
||||
| [libtsm](https://www.freedesktop.org/wiki/Software/kmscon/libtsm/) | https://github.com/google/oss-fuzz/tree/master/targets/libtsm |
|
||||
| libxml2 | https://github.com/google/oss-fuzz/tree/master/targets/libxml2 |
|
||||
| nlohmann/json | https://github.com/google/oss-fuzz/tree/master/targets/json |
|
||||
| nss | https://github.com/google/oss-fuzz/tree/master/targets/nss |
|
||||
| pcre2 | https://github.com/google/oss-fuzz/tree/master/targets/pcre2 |
|
||||
| re2 | https://github.com/google/oss-fuzz/tree/master/targets/re2 |
|
||||
| sqlite3 | https://github.com/google/oss-fuzz/tree/master/targets/sqlite3 |
|
||||
| tpm2 | https://chromium.googlesource.com/chromiumos/third_party/tpm2/+/master/fuzz/ |
|
||||
| woff2 | https://github.com/google/oss-fuzz/tree/master/targets/woff2 |
|
||||
| zlib | https://github.com/google/oss-fuzz/tree/master/targets/zlib |
|
||||
| [boringssl](https://boringssl.googlesource.com/boringssl/) | [targets/boringssl](https://github.com/google/oss-fuzz/tree/master/targets/boringssl) |
|
||||
| [curl](https://curl.haxx.se/) | [targets/curl](https://github.com/google/oss-fuzz/tree/master/targets/curl) |
|
||||
| [expat](http://expat.sourceforge.net/) | [targets/expat](https://github.com/google/oss-fuzz/tree/master/targets/expat) |
|
||||
| [freetype2](https://www.freetype.org/) | [targets/freetype2](https://github.com/google/oss-fuzz/tree/master/targets/freetype2) |
|
||||
| [harfbuzz](http://www.harfbuzz.org/) | [targets/harfbuzz](https://github.com/google/oss-fuzz/tree/master/targets/harfbuzz) |
|
||||
| [icu](http://site.icu-project.org/) | [targets/icu](https://github.com/google/oss-fuzz/tree/master/targets/icu) |
|
||||
| libass | [targets/libass](https://github.com/google/oss-fuzz/tree/master/targets/libass) |
|
||||
| libchewing | [targets/libchewing](https://github.com/google/oss-fuzz/tree/master/targets/libchewing) |
|
||||
| libpng | [targets/libpng](https://github.com/google/oss-fuzz/tree/master/targets/libpng) |
|
||||
| [libteken](http://80386.nl/projects/libteken/) | [targets/libteken](https://github.com/google/oss-fuzz/tree/master/targets/libteken) |
|
||||
| [libtsm](https://www.freedesktop.org/wiki/Software/kmscon/libtsm/) | [targets/libtsm](https://github.com/google/oss-fuzz/tree/master/targets/libtsm) |
|
||||
| libxml2 | [targets/libxml2](https://github.com/google/oss-fuzz/tree/master/targets/libxml2) |
|
||||
| nlohmann/json | [targets/json](https://github.com/google/oss-fuzz/tree/master/targets/json) |
|
||||
| nss | [targets/nss](https://github.com/google/oss-fuzz/tree/master/targets/nss) |
|
||||
| pcre2 | [targets/pcre2](https://github.com/google/oss-fuzz/tree/master/targets/pcre2) |
|
||||
| re2 | [targets/re2](https://github.com/google/oss-fuzz/tree/master/targets/re2) |
|
||||
| sqlite3 | [targets/sqlite3](https://github.com/google/oss-fuzz/tree/master/targets/sqlite3) |
|
||||
| tpm2 | [chromium:tpm2/fuzz](https://chromium.googlesource.com/chromiumos/third_party/tpm2/+/master/fuzz/) |
|
||||
| woff2 | [targets/woff2](https://github.com/google/oss-fuzz/tree/master/targets/woff2) |
|
||||
| zlib | [targets/zlib](https://github.com/google/oss-fuzz/tree/master/targets/zlib) |
|
||||
|
|
Loading…
Reference in New Issue