@@ -85,7 +85,8 @@ module K8sIoApimachineryPkgRuntime {
8585 }
8686
8787 private class CacheableObjectCacheEncode extends TaintTracking:: FunctionModel , Method ,
88- MarshalingFunction:: Range {
88+ MarshalingFunction:: Range
89+ {
8990 CacheableObjectCacheEncode ( ) {
9091 this .implements ( packagePath ( ) , "CacheableObject" , "CacheEncode" )
9192 }
@@ -113,7 +114,8 @@ module K8sIoApimachineryPkgRuntime {
113114 }
114115
115116 private class DecoderDecode extends TaintTracking:: FunctionModel , Method ,
116- UnmarshalingFunction:: Range {
117+ UnmarshalingFunction:: Range
118+ {
117119 DecoderDecode ( ) {
118120 this .implements ( packagePath ( ) , "Decoder" , "Decode" ) or
119121 this .hasQualifiedName ( packagePath ( ) , "WithoutVersionDecoder" , "Decode" )
@@ -134,7 +136,8 @@ module K8sIoApimachineryPkgRuntime {
134136 }
135137
136138 private class EncoderEncode extends TaintTracking:: FunctionModel , Method ,
137- MarshalingFunction:: Range {
139+ MarshalingFunction:: Range
140+ {
138141 EncoderEncode ( ) {
139142 this .implements ( packagePath ( ) , "Encoder" , "Encode" ) or
140143 this .hasQualifiedName ( packagePath ( ) , "WithVersionEncoder" , "Encode" )
@@ -240,7 +243,8 @@ module K8sIoApimachineryPkgRuntime {
240243 }
241244
242245 private class ParameterCodecDecodeParameters extends TaintTracking:: FunctionModel , Method ,
243- UnmarshalingFunction:: Range {
246+ UnmarshalingFunction:: Range
247+ {
244248 ParameterCodecDecodeParameters ( ) {
245249 this .implements ( packagePath ( ) , "ParameterCodec" , "DecodeParameters" )
246250 }
@@ -260,7 +264,8 @@ module K8sIoApimachineryPkgRuntime {
260264 }
261265
262266 private class ParameterCodecEncodeParameters extends TaintTracking:: FunctionModel , Method ,
263- MarshalingFunction:: Range {
267+ MarshalingFunction:: Range
268+ {
264269 ParameterCodecEncodeParameters ( ) {
265270 this .implements ( packagePath ( ) , "ParameterCodec" , "EncodeParameters" )
266271 }
@@ -280,7 +285,8 @@ module K8sIoApimachineryPkgRuntime {
280285 }
281286
282287 private class ProtobufMarshallerMarshalTo extends TaintTracking:: FunctionModel , Method ,
283- MarshalingFunction:: Range {
288+ MarshalingFunction:: Range
289+ {
284290 ProtobufMarshallerMarshalTo ( ) {
285291 this .implements ( packagePath ( ) , "ProtobufMarshaller" , "MarshalTo" ) or
286292 this .implements ( packagePath ( ) , "ProtobufReverseMarshaller" , "MarshalToSizedBuffer" )
@@ -316,7 +322,8 @@ module K8sIoApimachineryPkgRuntime {
316322 }
317323
318324 private class RawExtensionMarshal extends TaintTracking:: FunctionModel , Method ,
319- MarshalingFunction:: Range {
325+ MarshalingFunction:: Range
326+ {
320327 RawExtensionMarshal ( ) { this .hasQualifiedName ( packagePath ( ) , "RawExtension" , "Marshal" ) }
321328
322329 override DataFlow:: FunctionInput getAnInput ( ) { result .isReceiver ( ) }
@@ -331,7 +338,8 @@ module K8sIoApimachineryPkgRuntime {
331338 }
332339
333340 private class RawExtensionUnmarshal extends TaintTracking:: FunctionModel , Method ,
334- UnmarshalingFunction:: Range {
341+ UnmarshalingFunction:: Range
342+ {
335343 RawExtensionUnmarshal ( ) { this .hasQualifiedName ( packagePath ( ) , "RawExtension" , "Unmarshal" ) }
336344
337345 override DataFlow:: FunctionInput getAnInput ( ) { result .isReceiver ( ) }
@@ -364,7 +372,8 @@ module K8sIoApimachineryPkgRuntime {
364372 }
365373
366374 private class UnknownMarshal extends TaintTracking:: FunctionModel , Method ,
367- MarshalingFunction:: Range {
375+ MarshalingFunction:: Range
376+ {
368377 string methodName ;
369378
370379 UnknownMarshal ( ) {
@@ -388,7 +397,8 @@ module K8sIoApimachineryPkgRuntime {
388397 }
389398
390399 private class UnknownUnmarshal extends TaintTracking:: FunctionModel , Method ,
391- UnmarshalingFunction:: Range {
400+ UnmarshalingFunction:: Range
401+ {
392402 UnknownUnmarshal ( ) { this .hasQualifiedName ( packagePath ( ) , "Unknown" , "Unmarshal" ) }
393403
394404 override DataFlow:: FunctionInput getAnInput ( ) { result .isReceiver ( ) }
0 commit comments