Skip to content

Commit 12960fd

Browse files
Update TimingAttack.qll
1 parent f2688c4 commit 12960fd

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

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

0 commit comments

Comments
 (0)