mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
JavaScript: Add support for tracking flow into receivers of reflective calls.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user