Skip to content

Commit affc25d

Browse files
committed
Disable diff-informed on InsecureTLSQuery due to DIFF-INFORMED test failures
1 parent fd8f671 commit affc25d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ module InsecureTlsConfig implements DataFlow::ConfigSig {
2121
predicate isAdditionalFlowStep(DataFlow::Node nodeFrom, DataFlow::Node nodeTo) {
2222
any(InsecureTlsExtensionsAdditionalFlowStep s).step(nodeFrom, nodeTo)
2323
}
24-
25-
predicate observeDiffInformedIncrementalMode() { any() }
2624
}
2725

2826
module InsecureTlsFlow = TaintTracking::Global<InsecureTlsConfig>;

0 commit comments

Comments
 (0)