Skip to content

Commit 1801140

Browse files
committed
use this.
1 parent 69ed2a8 commit 1801140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/experimental/cryptography/modules/CryptographyModule.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ module KDF {
217217
}
218218

219219
private DataFlow::Node getSaltConfigSrc(API::Node apiNode) {
220-
exists(getSaltConfigSink(apiNode)) and
220+
exists(this.getSaltConfigSink(apiNode)) and
221221
result = Utils::getUltimateSrcFromApiNode(apiNode)
222222
}
223223

0 commit comments

Comments
 (0)