Update cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Geoffrey White
2024-02-07 17:53:22 +00:00
committed by GitHub
parent f6b412e1c9
commit e98485df7f

View File

@@ -119,7 +119,7 @@ module SourceSinkInterpretationInput implements
DataFlowCallable asCallable() { result.(Function) = this.asElement() }
/** Gets the target of this call, if any. */
Element getCallTarget() { result = this.asCall().getAst().(Call).getTarget() }
Element getCallTarget() { result = this.asCall().getStaticCallTarget() }
/** Gets a textual representation of this node. */
string toString() {