Skip to content

Commit 5112a9c

Browse files
committed
1 parent 84a16b3 commit 5112a9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

swift/ql/lib/codeql/swift/security/UnsafeWebViewFetchQuery.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ module UnsafeWebViewFetchConfig implements DataFlow::ConfigSig {
2828
predicate isAdditionalFlowStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
2929
any(UnsafeWebViewFetchAdditionalFlowStep s).step(nodeFrom, nodeTo)
3030
}
31+
32+
predicate observeDiffInformedIncrementalMode() {
33+
none() // can't override location accurately because of secondary use in select.
34+
}
3135
}
3236

3337
/**

0 commit comments

Comments
 (0)