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 02341c0 commit 72da199Copy full SHA for 72da199
swift/ql/lib/codeql/swift/security/InsecureTLSQuery.qll
@@ -21,6 +21,8 @@ module InsecureTlsConfig implements DataFlow::ConfigSig {
21
predicate isAdditionalFlowStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
22
any(InsecureTlsExtensionsAdditionalFlowStep s).step(nodeFrom, nodeTo)
23
}
24
+
25
+ predicate observeDiffInformedIncrementalMode() { any() }
26
27
28
module InsecureTlsFlow = TaintTracking::Global<InsecureTlsConfig>;
0 commit comments