mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Fix reference to PostUpdateNode
This commit is contained in:
@@ -98,7 +98,7 @@ private predicate groovyCompilationUnitTaintStep(DataFlow::Node fromNode, DataFl
|
||||
m.getDeclaringType() instanceof TypeGroovyCompilationUnit
|
||||
|
|
||||
fromNode.asExpr() = ma.getArgument(ma.getNumArgument() - 1) and
|
||||
toNode.(PostUpdateNode).getPreUpdateNode().asExpr() = ma.getQualifier()
|
||||
toNode.(DataFlow::PostUpdateNode).getPreUpdateNode().asExpr() = ma.getQualifier()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user