mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Update java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
fix typo
This commit is contained in:
committed by
GitHub
parent
5912a17ab4
commit
bb86a07a93
@@ -66,7 +66,7 @@ deprecated class SensitiveLoggerConfiguration extends TaintTracking::Configurati
|
||||
|
||||
/** A data-flow configuration for identifying potentially-sensitive data flowing to a log output. */
|
||||
module SensitiveLoggerConfig implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node source) { sourc instanceof SensitiveLoggerSource }
|
||||
predicate isSource(DataFlow::Node source) { source instanceof SensitiveLoggerSource }
|
||||
|
||||
predicate isSink(DataFlow::Node sink) { sinkNode(sink, "log-injection") }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user