We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cfb16 commit f3a10a1Copy full SHA for f3a10a1
python/ql/src/semmle/python/security/Crypto.qll
@@ -12,7 +12,7 @@ abstract class WeakCryptoSink extends TaintSink {
12
}
13
14
15
-/** Modeling the 'pycrypto' pacakge https://github.com/dlitz/pycrypto (latest release 2013) */
+/** Modeling the 'pycrypto' package https://github.com/dlitz/pycrypto (latest release 2013) */
16
module Pycrypto {
17
18
ModuleValue cipher(string name) {
0 commit comments