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 ccbb589 commit 6a578c6Copy full SHA for 6a578c6
python/ql/src/experimental/semmle/python/security/TimingAttack.qll
@@ -316,8 +316,7 @@ class CompareSink extends DataFlow::Node {
316
exists(Compare compare |
317
(
318
compare.getOp(0) instanceof Eq or
319
- compare.getOp(0) instanceof NotEq or
320
- compare.getOp(0) instanceof In
+ compare.getOp(0) instanceof NotEq
321
) and
322
323
compare.getLeft() = this.asExpr() and
0 commit comments