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 1f5e52e commit deefbefCopy full SHA for deefbef
python/ql/src/semmle/python/frameworks/Cryptography.qll
@@ -80,7 +80,7 @@ private module CryptographyModel {
80
DataFlow::TypeTracker t, int keySize, DataFlow::Node origin
81
) {
82
t.start() and
83
- result.asCfgNode().(CallNode).getFunction() = curveClassWithKeySize(keySize).asCfgNode() and
+ result.(DataFlow::CallCfgNode).getFunction() = curveClassWithKeySize(keySize) and
84
origin = result
85
or
86
// Due to bad performance when using normal setup with we have inlined that code and forced a join
0 commit comments