Skip to content

Commit 997068a

Browse files
committed
Swift: Fix a suggestion merge conflict.
1 parent 873c62e commit 997068a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/src/queries/Security/CWE-079/UnsafeWebViewFetch.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class UnsafeWebViewFetchConfig extends TaintTracking::Configuration {
9797

9898
override predicate isSink(DataFlow::Node node) {
9999
node instanceof Sink or
100-
node.asExpr() = any(Sink s).getBaseURL()
100+
node.asExpr() = any(Sink s).getBaseUrl()
101101
}
102102

103103
override predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) {

0 commit comments

Comments
 (0)