Skip to content

Commit f57861b

Browse files
Update TimingAttack.qll
1 parent f70f5c7 commit f57861b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/security/TimingAttack.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ private class CompareSink extends DataFlow::Node {
344344
/**
345345
* Holds if there is a flow to len().
346346
*/
347-
predicate FlowToLen() {
347+
predicate flowtolen() {
348348
exists(ExcludeLenFunc config, DataFlow2::PathNode source, DataFlow2::PathNode sink |
349349
config.hasFlowPath(source, sink)
350350
)

0 commit comments

Comments
 (0)