Skip to content

Commit 740bf71

Browse files
Update TimingAttack.qll
1 parent ca28d79 commit 740bf71

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
@@ -10,7 +10,7 @@ private import semmle.python.frameworks.Django
1010

1111
/** A method call that produces cryptographic result. */
1212
abstract private class ProduceCryptoCall extends API::CallNode {
13-
/** Gets a type of cryptographic operation such as HMAC, signature or ciphertext. */
13+
/** Gets a type of cryptographic operation such as HMAC, signature or Hash. */
1414
abstract string getResultType();
1515
}
1616

0 commit comments

Comments
 (0)