Update TimingAttack.qll

This commit is contained in:
Ahmed Farid
2022-08-31 12:22:01 +01:00
committed by GitHub
parent ca28d79541
commit 740bf716cb

View File

@@ -10,7 +10,7 @@ private import semmle.python.frameworks.Django
/** A method call that produces cryptographic result. */
abstract private class ProduceCryptoCall extends API::CallNode {
/** Gets a type of cryptographic operation such as HMAC, signature or ciphertext. */
/** Gets a type of cryptographic operation such as HMAC, signature or Hash. */
abstract string getResultType();
}