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 a421e3a commit ccbb589Copy full SHA for ccbb589
python/ql/src/experimental/semmle/python/security/TimingAttack.qll
@@ -311,7 +311,7 @@ private class ExcludeLenFunc extends TaintTracking2::Configuration {
311
/**
312
* Holds if there is a fast-fail check.
313
*/
314
-private class CompareSink extends DataFlow::Node {
+class CompareSink extends DataFlow::Node {
315
CompareSink() {
316
exists(Compare compare |
317
(
0 commit comments