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 afec8b3 commit 2078a34Copy full SHA for 2078a34
swift/ql/lib/codeql/swift/security/InsecureTLSQuery.qll
@@ -21,8 +21,6 @@ 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