mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
python: Add summary nodes
allowing more `OutNode`s (not restricting to `CallNode`s), gives more flow in the `classesCallGraph` test
This commit is contained in:
committed by
GitHub
parent
80175a9af5
commit
828db3a392
@@ -11,7 +11,7 @@ class CallGraphConfig extends DataFlow::Configuration {
|
||||
node instanceof DataFlowPrivate::ReturnNode
|
||||
or
|
||||
// These sources should allow for the non-standard call syntax
|
||||
node instanceof DataFlow::ArgumentNode
|
||||
node instanceof DataFlow::ArgumentSourceNode
|
||||
}
|
||||
|
||||
override predicate isSink(DataFlow::Node node) {
|
||||
|
||||
Reference in New Issue
Block a user