Update TimingAttack.qll

This commit is contained in:
Ahmed Farid
2023-02-16 01:36:06 +01:00
committed by GitHub
parent fbfe23b7c4
commit 01b865f75b

View File

@@ -307,9 +307,7 @@ private class CompareSink extends DataFlow::Node {
)
) or
exists(Compare compare |
(
compare.getOp(0) instanceof Eq or
compare.getOp(0) instanceof NotEq or
(
compare.getOp(0) instanceof IsNot
) and
(