Member predicate GroovyInjectionConfig :: isAdditionalTaintStep
Holds if taint may propagate from node1
to node2
in addition to the normal data-flow and taint steps.
predicate
isAdditionalTaintStep
(
Node
fromNode
,
Node
toNode
)