Update TimingAttack.qll

This commit is contained in:
Ahmed Farid
2022-08-31 12:39:46 +01:00
committed by GitHub
parent f2688c4a02
commit 12960fd00f

View File

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