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 091163b commit fcc3800Copy full SHA for fcc3800
rust/ql/src/queries/security/CWE-312/CleartextLogging.ql
@@ -45,6 +45,8 @@ module CleartextLoggingConfig implements DataFlow::ConfigSig {
45
isSink(node) and
46
c.getAReadContent() instanceof DataFlow::TuplePositionContent
47
}
48
+
49
+ predicate observeDiffInformedIncrementalMode() { any() }
50
51
52
module CleartextLoggingFlow = TaintTracking::Global<CleartextLoggingConfig>;
0 commit comments