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 ae24d68 commit c01a494Copy full SHA for c01a494
cpp/ql/src/Security/CWE/CWE-611/XXE.ql
@@ -43,6 +43,8 @@ module XxeConfig implements DataFlow::StateConfigSig {
43
// flowstate value.
44
node.asIndirectExpr().(XxeFlowStateTransformer).transform(flowstate) != flowstate
45
}
46
+
47
+ predicate neverSkip(DataFlow::Node node) { none() }
48
49
50
module XxeFlow = DataFlow::GlobalWithState<XxeConfig>;
0 commit comments