@@ -228,11 +228,11 @@ module JsonNET {
228228 override predicate row ( string row ) {
229229 row =
230230 [
231- "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String);;Argument[Qualifier ];ReturnValue;taint;manual" ,
232- "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,Newtonsoft.Json.Linq.JsonSelectSettings);;Argument[Qualifier ];ReturnValue;taint;manual" ,
233- "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,System.Boolean);;Argument[Qualifier ];ReturnValue;taint;manual" ,
234- "Newtonsoft.Json.Linq;JToken;false;ToString;();;Argument[Qualifier ];ReturnValue;taint;manual" ,
235- "Newtonsoft.Json.Linq;JToken;false;ToString;(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]);;Argument[Qualifier ];ReturnValue;taint;manual" ,
231+ "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String);;Argument[this ];ReturnValue;taint;manual" ,
232+ "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,Newtonsoft.Json.Linq.JsonSelectSettings);;Argument[this ];ReturnValue;taint;manual" ,
233+ "Newtonsoft.Json.Linq;JToken;false;SelectToken;(System.String,System.Boolean);;Argument[this ];ReturnValue;taint;manual" ,
234+ "Newtonsoft.Json.Linq;JToken;false;ToString;();;Argument[this ];ReturnValue;taint;manual" ,
235+ "Newtonsoft.Json.Linq;JToken;false;ToString;(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]);;Argument[this ];ReturnValue;taint;manual" ,
236236 ]
237237 }
238238 }
@@ -253,21 +253,21 @@ module JsonNET {
253253 override predicate row ( string row ) {
254254 row =
255255 [
256- "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
257- "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
258- "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
259- "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
260- "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
261- "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
256+ "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
257+ "Newtonsoft.Json.Linq;JObject;false;Add;(System.Collections.Generic.KeyValuePair<System.String,Newtonsoft.Json.Linq.JToken>);;Argument[0].Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
258+ "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
259+ "Newtonsoft.Json.Linq;JObject;false;JObject;(Newtonsoft.Json.Linq.JObject);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
260+ "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
261+ "Newtonsoft.Json.Linq;JObject;false;JObject;(System.Object[]);;Argument[0].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
262262 "Newtonsoft.Json.Linq;JObject;false;Parse;(System.String);;Argument[0];ReturnValue;taint;manual" ,
263263 "Newtonsoft.Json.Linq;JObject;false;Parse;(System.String,Newtonsoft.Json.Linq.JsonLoadSettings);;Argument[0];ReturnValue;taint;manual" ,
264- "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
265- "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];ReturnValue;value;manual" ,
266- "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.String);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
267- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[0];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
268- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
269- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
270- "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.String,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
264+ "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[this ].Element;ReturnValue;value;manual" ,
265+ "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.Object);;Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];ReturnValue;value;manual" ,
266+ "Newtonsoft.Json.Linq;JObject;false;get_Item;(System.String);;Argument[this ].Element;ReturnValue;value;manual" ,
267+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[0];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Key];value;manual" ,
268+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
269+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element.Property[System.Collections.Generic.KeyValuePair<,>.Value];value;manual" ,
270+ "Newtonsoft.Json.Linq;JObject;false;set_Item;(System.String,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
271271 ]
272272 }
273273 }
@@ -277,8 +277,8 @@ module JsonNET {
277277 override predicate row ( string row ) {
278278 row =
279279 [
280- "Newtonsoft.Json.Linq;JArray;false;get_Item;(System.Object);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
281- "Newtonsoft.Json.Linq;JArray;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
280+ "Newtonsoft.Json.Linq;JArray;false;get_Item;(System.Object);;Argument[this ].Element;ReturnValue;value;manual" ,
281+ "Newtonsoft.Json.Linq;JArray;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
282282 ]
283283 }
284284 }
@@ -288,8 +288,8 @@ module JsonNET {
288288 override predicate row ( string row ) {
289289 row =
290290 [
291- "Newtonsoft.Json.Linq;JConstructor;false;get_Item;(System.Object);;Argument[Qualifier ].Element;ReturnValue;value;manual" ,
292- "Newtonsoft.Json.Linq;JConstructor;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[Qualifier ].Element;value;manual" ,
291+ "Newtonsoft.Json.Linq;JConstructor;false;get_Item;(System.Object);;Argument[this ].Element;ReturnValue;value;manual" ,
292+ "Newtonsoft.Json.Linq;JConstructor;false;set_Item;(System.Object,Newtonsoft.Json.Linq.JToken);;Argument[1];Argument[this ].Element;value;manual" ,
293293 ]
294294 }
295295 }
@@ -298,7 +298,7 @@ module JsonNET {
298298 private class NewtonsoftJsonLinqJContainerFlowModelCsv extends SummaryModelCsv {
299299 override predicate row ( string row ) {
300300 row =
301- "Newtonsoft.Json.Linq;JContainer;true;Add;(System.Object);;Argument[0];Argument[Qualifier ].Element;value;manual"
301+ "Newtonsoft.Json.Linq;JContainer;true;Add;(System.Object);;Argument[0];Argument[this ].Element;value;manual"
302302 }
303303 }
304304}
0 commit comments