Tony Torralba
|
4608481d7b
|
Java: Fix more problems in the Gson models
Found during type strengthening work by @aschackmull
|
2023-06-08 14:53:09 +02:00 |
|
Tony Torralba
|
c0135673fa
|
Fix JsonArray.addAll model
Properly test JsonArray.add(String) and JsonArray.addAll(JsonArray) as well
|
2023-06-07 16:18:32 +02:00 |
|
Tony Torralba
|
35b4c438ff
|
Fix Gson's JsonArray.add models
When the type of the argument isn't JsonElement, the summary must be taint flow instead of value flow
|
2023-06-07 14:12:20 +02:00 |
|
Tony Torralba
|
977263a126
|
Use container flow for more precision
|
2023-05-30 17:51:41 +02:00 |
|
Alvaro Muñoz
|
b235b1cbb9
|
improve yaml models
|
2023-05-17 16:40:28 +02:00 |
|
Alvaro Muñoz
|
d17199a9e1
|
add gson models
|
2023-05-16 15:00:26 +02:00 |
|