mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update TimingAttack.qll
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user