Update TimingAttackAgainstHeaderValue.ql

This commit is contained in:
Ahmed Farid
2023-02-16 14:14:43 +01:00
committed by GitHub
parent f57861b6a3
commit a421e3a3a3

View File

@@ -28,6 +28,6 @@ class ClientSuppliedSecretConfig extends TaintTracking::Configuration {
}
from ClientSuppliedSecretConfig config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink) and not sink.getNode().(CompareSink).FlowToLen()
where config.hasFlowPath(source, sink) and not sink.getNode().(CompareSink).flowtolen()
select sink.getNode(), source, sink, "Timing attack against $@ validation.", source.getNode(),
"client-supplied token"