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 116ca5b commit 4916809Copy full SHA for 4916809
rust/ql/src/queries/security/CWE-311/CleartextTransmission.ql
@@ -37,6 +37,8 @@ module CleartextTransmissionConfig implements DataFlow::ConfigSig {
37
// make sources barriers so that we only report the closest instance
38
isSource(node)
39
}
40
+
41
+ predicate observeDiffInformedIncrementalMode() { any() }
42
43
44
module CleartextTransmissionFlow = TaintTracking::Global<CleartextTransmissionConfig>;
0 commit comments