Skip to content

Commit fcc3800

Browse files
committed
[DIFF-INFORMED] Rust: CleartextLogging
1 parent 091163b commit fcc3800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/ql/src/queries/security/CWE-312/CleartextLogging.ql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ module CleartextLoggingConfig implements DataFlow::ConfigSig {
4545
isSink(node) and
4646
c.getAReadContent() instanceof DataFlow::TuplePositionContent
4747
}
48+
49+
predicate observeDiffInformedIncrementalMode() { any() }
4850
}
4951

5052
module CleartextLoggingFlow = TaintTracking::Global<CleartextLoggingConfig>;

0 commit comments

Comments
 (0)