Add models for decode/encodePointer methods

This commit is contained in:
Chris Smowton
2021-07-13 11:10:46 +01:00
parent 2bd58d6ba7
commit 78fe0f810a
2 changed files with 30 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ private class FlowSummaries extends SummaryModelCsv {
".json;Json;false;createReader;;;Argument[0];ReturnValue;taint",
".json;Json;false;createValue;;;Argument[0];ReturnValue;taint",
".json;Json;false;createWriter;;;Argument[0];ReturnValue;taint",
".json;Json;false;decodePointer;;;Argument[0];ReturnValue;taint",
".json;Json;false;encodePointer;;;Argument[0];ReturnValue;taint",
".json;JsonArray;false;getBoolean;;;Argument[-1];ReturnValue;taint",
".json;JsonArray;false;getBoolean;;;Argument[1];ReturnValue;value",
".json;JsonArray;false;getInt;;;Argument[-1];ReturnValue;taint",