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 976364f commit 122a004Copy full SHA for 122a004
cpp/ql/lib/experimental/quantum/OpenSSL/AlgorithmInstances/MACAlgorithmInstance.qll
@@ -54,7 +54,7 @@ class KnownOpenSslHMacConstantAlgorithmInstance extends Crypto::HmacAlgorithmIns
54
then
55
// ASSUMPTION: if there is an explicit hash algorithm, it is already modeled
56
// and we can simply grab that model's AVC
57
- exists(OpenSslAlgorithmInstance inst | inst.getAvc() = result and inst = this)
+ this.(OpenSslAlgorithmInstance).getAvc() = result
58
else
59
// ASSUMPTION: If no explicit algorithm is given, then find
60
// where the current AVC traces to a HashAlgorithmIO consuming operation step.
0 commit comments