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:
@@ -316,8 +316,7 @@ class CompareSink extends DataFlow::Node {
|
||||
exists(Compare compare |
|
||||
(
|
||||
compare.getOp(0) instanceof Eq or
|
||||
compare.getOp(0) instanceof NotEq or
|
||||
compare.getOp(0) instanceof In
|
||||
compare.getOp(0) instanceof NotEq
|
||||
) and
|
||||
(
|
||||
compare.getLeft() = this.asExpr() and
|
||||
|
||||
Reference in New Issue
Block a user