Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
832 changes: 832 additions & 0 deletions core/opentaint-config/config/accumulated-fields.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
library: com.fasterxml.jackson.core:jackson-databind:2.20.1
passThrough:
- function: com.fasterxml.jackson.databind.JsonNode#textValue
copy:
- from: this
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Parser#getCurrentName
copy:
- from: this
to: result
- from:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Parser#<rule-storage>#java.lang.Object
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Parser#nextToken
copy:
- from: this
to: result
- from:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Parser#<rule-storage>#java.lang.Object
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Parser#getTextCharacters
copy:
- from: this
to: result
- from:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Parser#<rule-storage>#java.lang.Object
to: result
- function: com.fasterxml.jackson.databind.JsonNode#elements
copy:
- from: this
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Parser#getObjectId
copy:
- from: this
to: result
- from:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Parser#<rule-storage>#java.lang.Object
to: result
- function: com.fasterxml.jackson.databind.node.TextNode#textValue
copy:
- from: this
to: result
- from:
- this
- .com.fasterxml.jackson.databind.node.TextNode#<rule-storage>#java.lang.Object
to: result
- function: com.fasterxml.jackson.databind.JsonNode#fieldNames
copy:
- from: this
to: result
- function: com.fasterxml.jackson.databind.JsonNode#path
copy:
- from: this
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Parser#getEmbeddedObject
copy:
- from: this
to: result
- from:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Parser#<rule-storage>#java.lang.Object
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Parser#getText
copy:
- from: this
to: result
- from:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Parser#<rule-storage>#java.lang.Object
to: result
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
library: com.fasterxml.jackson.core:jackson-databind:2.4.0
passThrough:
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#addToList
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.ContainerBuilder#startMap
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Segment#appendRaw
copy:
- from: arg(2)
to: result
- from: arg(2)
to:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Segment#<rule-storage>#java.lang.Object
- from: arg(2)
to: this
- function: com.fasterxml.jackson.databind.util.ContainerBuilder#startList
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#setAndArray
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.ContainerBuilder#put
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.node.ContainerNode#POJONode
copy:
- from: arg(0)
to: result
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#insertInList
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.ContainerBuilder#add
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#arrayToList
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.node.JsonNodeFactory#POJONode
copy:
- from: arg(0)
to: result
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
library: com.fasterxml.jackson.core:jackson-databind:2.8.0
passThrough:
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#addToList
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.TokenBuffer$Segment#appendRaw
copy:
- from: arg(2)
to: result
- from: arg(2)
to:
- this
- .com.fasterxml.jackson.databind.util.TokenBuffer$Segment#<rule-storage>#java.lang.Object
- from: arg(2)
to: this
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#setAndArray
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#insertInList
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: com.fasterxml.jackson.databind.util.ArrayBuilders#arrayToList
copy:
- from: arg(0)
to: result
- from: arg(1)
to: result
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
library: commons-beanutils:commons-beanutils:1.11.0
passThrough:
- function: org.apache.commons.beanutils.MethodUtils#toNonPrimitiveClass
copy:
- from: arg(0)
to: result
- function: org.apache.commons.beanutils.PropertyUtils#describe
copy:
- from: arg(0)
to: result
- function:
package: org.apache.commons.beanutils
class: PropertyUtils
name:
pattern: get.*
copy:
- from: arg(2)
to: result
- from: arg(0)
to: result
- from: arg(1)
to: result
- function: org.apache.commons.beanutils.PropertyUtils#copyProperties
copy:
- from: arg(1)
to: arg(0)
- function:
package: org.apache.commons.beanutils
class: MethodUtils
name:
pattern: get.*
copy:
- from: arg(2)
to: result
- from: arg(0)
to: result
- from: arg(1)
to: result
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
library: commons-codec:commons-codec:1.21.0
passThrough:
- function: org.apache.commons.codec.binary.Base64#decodeBase64
copy:
- from: arg(0)
to: result
- function: org.apache.commons.codec.binary.Base64#encodeBase64
copy:
- from: arg(0)
to: result
Loading
Loading