Skip to content

Commit ccbb589

Browse files
Update TimingAttack.qll
1 parent a421e3a commit ccbb589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/semmle/python/security/TimingAttack.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ private class ExcludeLenFunc extends TaintTracking2::Configuration {
311311
/**
312312
* Holds if there is a fast-fail check.
313313
*/
314-
private class CompareSink extends DataFlow::Node {
314+
class CompareSink extends DataFlow::Node {
315315
CompareSink() {
316316
exists(Compare compare |
317317
(

0 commit comments

Comments
 (0)