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 0394816 commit 65d0ca9Copy full SHA for 65d0ca9
java/ql/src/experimental/quantum/Examples/BadMacOrder.qll
@@ -109,7 +109,7 @@ module WrapperArgFlowConfig implements DataFlow::ConfigSig {
109
predicate isBarrierOut(DataFlow::Node node) {
110
// stop all flow out of a call return
111
// TODO: this might be too strict and remove taint flow, need to reassess
112
- exists(Call c | c = node.asExpr()) or
+ node.asExpr() instanceof Call or
113
node = any(Crypto::FlowAwareElement element).getInputNode()
114
}
115
0 commit comments