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 5912a17 commit bb86a07Copy full SHA for bb86a07
java/ql/lib/semmle/code/java/security/SensitiveLoggingQuery.qll
@@ -66,7 +66,7 @@ deprecated class SensitiveLoggerConfiguration extends TaintTracking::Configurati
66
67
/** A data-flow configuration for identifying potentially-sensitive data flowing to a log output. */
68
module SensitiveLoggerConfig implements DataFlow::ConfigSig {
69
- predicate isSource(DataFlow::Node source) { sourc instanceof SensitiveLoggerSource }
+ predicate isSource(DataFlow::Node source) { source instanceof SensitiveLoggerSource }
70
71
predicate isSink(DataFlow::Node sink) { sinkNode(sink, "log-injection") }
72
0 commit comments