Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit e468dba

Browse files
author
Keith Hoodlet
committed
Update to FlowTo
1 parent 837f32e commit e468dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/CWE-611/XXELocal.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module SafeSAXSourceFlow = TaintTracking::Global<SafeSAXSourceFlowConfig>;
3535

3636
class UnsafeXxeSink extends DataFlow::ExprNode {
3737
UnsafeXxeSink() {
38-
not exists(SafeSAXSourceFlow::flowPath(this)) and
38+
not exists(SafeSAXSourceFlow::flowTo(this)) and
3939
exists(XmlParserCall parse |
4040
parse.getSink() = this.getExpr() and
4141
not parse.isSafe()

0 commit comments

Comments
 (0)