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 b3f76ce commit d25c8cdCopy full SHA for d25c8cd
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