We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b6106 commit cfb733bCopy full SHA for cfb733b
1 file changed
python/ql/lib/experimental/cryptography/modules/Argon2CffiModule.qll
@@ -9,7 +9,7 @@ private import experimental.cryptography.utils.Utils as Utils
9
* Provides models for the `argon2-cffi` PyPI package.
10
* See https://argon2-cffi.readthedocs.io/en/stable/.
11
*/
12
-private module Argon2Cffi {
+module Argon2Cffi {
13
API::CallNode getAPasswordHasher() {
14
result = API::moduleImport("argon2")
15
.getMember("PasswordHasher")
0 commit comments