From f57861b6a39b73fc8d9cfca578f5a699402f5fd3 Mon Sep 17 00:00:00 2001 From: Ahmed Farid Date: Thu, 16 Feb 2023 14:14:13 +0100 Subject: [PATCH] Update TimingAttack.qll --- .../ql/src/experimental/semmle/python/security/TimingAttack.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/src/experimental/semmle/python/security/TimingAttack.qll b/python/ql/src/experimental/semmle/python/security/TimingAttack.qll index 30c7821c598..ebd6d4a49b1 100644 --- a/python/ql/src/experimental/semmle/python/security/TimingAttack.qll +++ b/python/ql/src/experimental/semmle/python/security/TimingAttack.qll @@ -344,7 +344,7 @@ private class CompareSink extends DataFlow::Node { /** * Holds if there is a flow to len(). */ - predicate FlowToLen() { + predicate flowtolen() { exists(ExcludeLenFunc config, DataFlow2::PathNode source, DataFlow2::PathNode sink | config.hasFlowPath(source, sink) )