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 27b6b99 commit 2ac21d6Copy full SHA for 2ac21d6
cpp/ql/src/Security/CWE/CWE-611/XXE.ql
@@ -189,7 +189,7 @@ class XXEConfiguration extends DataFlow::Configuration {
189
DataFlow::simpleLocalFlowStep(node1, node2)
190
}
191
192
- override predicate isBarrierOut(DataFlow::Node node, string flowstate) {
+ override predicate isBarrier(DataFlow::Node node, string flowstate) {
193
// when the flowstate is transformed at a call node, block the original
194
// flowstate value.
195
node.asConvertedExpr().(XXEFlowStateTranformer).transform(flowstate) != flowstate
0 commit comments