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 f2688c4 commit 12960fdCopy full SHA for 12960fd
python/ql/src/experimental/semmle/python/security/TimingAttack.qll
@@ -9,7 +9,7 @@ private import semmle.python.frameworks.Flask
9
private import semmle.python.frameworks.Django
10
11
/** A method call that produces cryptographic result. */
12
-abstract private class ProduceCryptoCall extends API::CallNode {
+abstract class ProduceCryptoCall extends API::CallNode {
13
/** Gets a type of cryptographic operation such as HMAC, signature or Hash. */
14
abstract string getResultType();
15
}
0 commit comments