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 deefbef commit 5920038Copy full SHA for 5920038
python/ql/src/semmle/python/frameworks/Cryptography.qll
@@ -102,7 +102,7 @@ private module CryptographyModel {
102
103
/** Gets a reference to a predefined curve class instance with a specific key size (in bits), as well as the origin of the class. */
104
DataFlow::Node curveClassInstanceWithKeySize(int keySize, DataFlow::Node origin) {
105
- result = curveClassInstanceWithKeySize(DataFlow::TypeTracker::end(), keySize, origin)
+ curveClassInstanceWithKeySize(DataFlow::TypeTracker::end(), keySize, origin).flowsTo(result)
106
}
107
108
0 commit comments