mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
Update TimingAttack.qll
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user