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 84a16b3 commit 5112a9cCopy full SHA for 5112a9c
swift/ql/lib/codeql/swift/security/UnsafeWebViewFetchQuery.qll
@@ -28,6 +28,10 @@ module UnsafeWebViewFetchConfig implements DataFlow::ConfigSig {
28
predicate isAdditionalFlowStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
29
any(UnsafeWebViewFetchAdditionalFlowStep s).step(nodeFrom, nodeTo)
30
}
31
+
32
+ predicate observeDiffInformedIncrementalMode() {
33
+ none() // can't override location accurately because of secondary use in select.
34
+ }
35
36
37
/**
0 commit comments