Add change nodes for GSON coverage

This commit is contained in:
Eric Bickle
2024-01-02 14:17:23 -08:00
parent 0cd89bf815
commit 4fa5b2ae41

View File

@@ -0,0 +1,11 @@
---
category: minorAnalysis
---
* Added taint tracking for the following GSON methods:
* `com.google.gson.stream.JsonReader` constructor
* `com.google.gson.stream.JsonWriter` constructor
* `com.google.gson.JsonObject.getAsJsonArray`
* `com.google.gson.JsonObject.getAsJsonObject`
* `com.google.gson.JsonObject.getAsJsonPrimitive`
* `com.google.gson.JsonParser.parseReader`
* `com.google.gson.JsonParser.parseString`