mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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
|
from ClientSuppliedSecretConfig config, DataFlow::PathNode source, DataFlow::PathNode sink
|
||||||
where config.hasFlowPath(source, sink)
|
where
|
||||||
config.hasFlowPath(source, sink) and
|
config.hasFlowPath(source, sink) and
|
||||||
(
|
(
|
||||||
source.getNode().(SecretSource).includesUserInput() or
|
source.getNode().(SecretSource).includesUserInput() or
|
||||||
|
|||||||
Reference in New Issue
Block a user