mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Update TimingAttackAgainstSensitiveInfo.ql
This commit is contained in:
@@ -28,7 +28,7 @@ class ClientSuppliedSecretConfig extends TaintTracking::Configuration {
|
||||
}
|
||||
|
||||
from ClientSuppliedSecretConfig config, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||
where config.hasFlowPath(source, sink)
|
||||
where
|
||||
config.hasFlowPath(source, sink) and
|
||||
(
|
||||
source.getNode().(SecretSource).includesUserInput() or
|
||||
|
||||
Reference in New Issue
Block a user