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 873c62e commit 997068aCopy full SHA for 997068a
swift/ql/src/queries/Security/CWE-079/UnsafeWebViewFetch.ql
@@ -97,7 +97,7 @@ class UnsafeWebViewFetchConfig extends TaintTracking::Configuration {
97
98
override predicate isSink(DataFlow::Node node) {
99
node instanceof Sink or
100
- node.asExpr() = any(Sink s).getBaseURL()
+ node.asExpr() = any(Sink s).getBaseUrl()
101
}
102
103
override predicate isAdditionalTaintStep(DataFlow::Node node1, DataFlow::Node node2) {
0 commit comments