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 0e624f5 commit b20689fCopy full SHA for b20689f
java/ql/src/experimental/quantum/Examples/BadMacOrder.qll
@@ -220,18 +220,6 @@ predicate decryptSink(DataFlow::Node n) {
220
)
221
}
222
223
-// /**
224
-// * An argument of a target sink or a parent call whose parameter flows to a target sink
225
-// */
226
-// class EncryptOrMacPartialFlowArg extends DataFlow::Node {
227
-// DataFlow::Node targetSink;
228
-// EncryptOrMacPartialFlowArg() {
229
-// encryptWrapperArg(this, targetSink)
230
-// or
231
-// macWrapperArg(this, targetSink)
232
-// }
233
-// DataFlow::Node getTargetSink() { result = targetSink }
234
235
class EncryptOrMacCallArg extends DataFlow::Node {
236
boolean isEncryption;
237
0 commit comments