aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Korczynski <david@adalogics.com>2021-12-09 18:30:16 +0000
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-12-09 20:06:42 +0100
commit1571e29446b4a574a34c043262a1c53ff0019ef7 (patch)
tree11870322a2c14c60761573c83a70ac51a84ae73e
parentafdf70c6e3793bcc1b03e38ef078023258e76986 (diff)
downloadjazzer-api-1571e29446b4a574a34c043262a1c53ff0019ef7.tar.gz
Add trophy from gson
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11eec3f4..eb7bf67e 100644
--- a/README.md
+++ b/README.md
@@ -374,6 +374,7 @@ Jazzer has so far uncovered the following vulnerabilities and bugs:
| [FasterXML/jackson-dataformats-binary](https://github.com/FasterXML/jackson-dataformats-binary) | `CBORParser` throws an undeclared exception on dangling arrays | [fixed](https://github.com/FasterXML/jackson-dataformats-binary/issues/240) | | [Code Intelligence](https://code-intelligence.com) |
| [ngageoint/tiff-java](https://github.com/ngageoint/tiff-java) | `readTiff ` Index Out Of Bounds | [fixed](https://github.com/ngageoint/tiff-java/issues/38) | | [@raminfp](https://github.com/raminfp) |
| [google/re2j](https://github.com/google/re2j) | `NullPointerException` in `Pattern.compile` | [reported](https://github.com/google/re2j/issues/148) | | [@schirrmacher](https://github.com/schirrmacher) |
+| [google/gson](https://github.com/google/gson) | `ArrayIndexOutOfBounds` in `ParseString` | [fixed](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40838) | | [@DavidKorczynski](https://twitter.com/Davkorcz) |
As Jazzer is used to fuzz JVM projects in OSS-Fuzz, an additional list of bugs can be found [on the OSS-Fuzz issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list?q=proj%3A%22json-sanitizer%22%20OR%20proj%3A%22fastjson2%22%20OR%20proj%3A%22jackson-core%22%20OR%20proj%3A%22jackson-dataformats-binary%22%20OR%20proj%3A%22jackson-dataformats-xml%22%20OR%20proj%3A%22apache-commons%22%20OR%20proj%3A%22jsoup%22&can=1).