Update TimingAttack.qll

This commit is contained in:
Ahmed Farid
2023-02-27 22:16:09 +01:00
committed by GitHub
parent ccbb58966f
commit 6a578c62b0

View File

@@ -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