mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
JS: Change type ValueNode -> Node
This commit is contained in:
@@ -182,7 +182,7 @@ private module CachedSteps {
|
||||
*/
|
||||
cached
|
||||
predicate argumentPassing(
|
||||
DataFlow::SourceNode invk, DataFlow::ValueNode arg, Function f, DataFlow::SourceNode parm
|
||||
DataFlow::SourceNode invk, DataFlow::Node arg, Function f, DataFlow::SourceNode parm
|
||||
) {
|
||||
calls(invk, f) and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user