mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Add models for decode/encodePointer methods
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user