python: make ArgumentNode publicly usable

- add `getCall`
This commit is contained in:
yoff
2022-06-23 08:48:55 +00:00
committed by GitHub
parent b22de69ab2
commit fe0c5d8ee5
5 changed files with 7 additions and 7 deletions

View File

@@ -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::ArgumentSourceNode
node instanceof DataFlow::ArgumentNode
}
override predicate isSink(DataFlow::Node node) {