mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
use CallNode.getSyntacticArgument
This commit is contained in:
@@ -109,7 +109,7 @@ class PrivateUrlFlowsToAuthCodeUrlCall extends DataFlow::Configuration {
|
||||
exists(DataFlow::CallNode cn |
|
||||
cn.getACalleeIncludingExternals().asFunction() instanceof Fmt::AppenderOrSprinter
|
||||
|
|
||||
pred = cn.getAnArgument() and succ = cn.getResult()
|
||||
pred = cn.getASyntacticArgument() and succ = cn.getResult()
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user