Update TimingAttackAgainstSensitiveInfo.ql

This commit is contained in:
Ahmed Farid
2022-07-26 23:53:18 +01:00
committed by GitHub
parent f35985097d
commit 0083a7fa6d

View File

@@ -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