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