We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70f5c7 commit f57861bCopy full SHA for f57861b
python/ql/src/experimental/semmle/python/security/TimingAttack.qll
@@ -344,7 +344,7 @@ private class CompareSink extends DataFlow::Node {
344
/**
345
* Holds if there is a flow to len().
346
*/
347
- predicate FlowToLen() {
+ predicate flowtolen() {
348
exists(ExcludeLenFunc config, DataFlow2::PathNode source, DataFlow2::PathNode sink |
349
config.hasFlowPath(source, sink)
350
)
0 commit comments