mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
[DIFF-INFORMED] Rust: CleartextLogging
This commit is contained in:
@@ -45,6 +45,8 @@ module CleartextLoggingConfig implements DataFlow::ConfigSig {
|
||||
isSink(node) and
|
||||
c.getAReadContent() instanceof DataFlow::TuplePositionContent
|
||||
}
|
||||
|
||||
predicate observeDiffInformedIncrementalMode() { any() }
|
||||
}
|
||||
|
||||
module CleartextLoggingFlow = TaintTracking::Global<CleartextLoggingConfig>;
|
||||
|
||||
Reference in New Issue
Block a user