Skip to content

Commit 72da199

Browse files
committed
Revert "Disable diff-informed on InsecureTLSQuery due to DIFF-INFORMED test failures"
This reverts commit affc25d.
1 parent 02341c0 commit 72da199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ 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() }
2426
}
2527

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

0 commit comments

Comments
 (0)