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 bc0b383 commit 45b627dCopy full SHA for 45b627d
java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
@@ -53,6 +53,8 @@ module SensitiveLoggerConfig implements DataFlow::ConfigSig {
53
}
54
55
predicate isBarrierIn(DataFlow::Node node) { isSource(node) }
56
+
57
+ predicate observeDiffInformedIncrementalMode() { any() }
58
59
60
module SensitiveLoggerFlow = TaintTracking::Global<SensitiveLoggerConfig>;
0 commit comments