We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf7437f commit be88c4fCopy full SHA for be88c4f
swift/ql/lib/codeql/swift/dataflow/internal/TaintTrackingPrivate.qll
@@ -53,7 +53,7 @@ private module Cached {
53
c.getName() = "URL" and
54
c.getAMember() = f and
55
f.getName() = ["init(string:)", "init(string:relativeTo:)"] and
56
- call.getFunction().(ApplyExpr).getStaticTarget() = f and
+ call.getStaticTarget() = f and
57
nodeFrom.asExpr() = call.getAnArgument().getExpr() and
58
nodeTo.asExpr() = call
59
)
0 commit comments