JavaScript: Add support for tracking flow into receivers of reflective calls.

This commit is contained in:
Max Schaefer
2019-07-01 17:54:43 +01:00
parent a04c2c65cb
commit 7f95c20345

View File

@@ -136,7 +136,7 @@ private module CachedSteps {
parm = DataFlow::parameterNode(p)
)
or
arg = invk.(DataFlow::MethodCallNode).getReceiver() and
arg = invk.(DataFlow::CallNode).getReceiver() and
parm = DataFlow::thisNode(f)
)
or