Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6c59333

Browse files
author
Benjamin Muskalla
committed
Remove workaround that accounted for missing flow
1 parent 7dae612 commit 6c59333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/ql/src/utils/model-generator/CaptureSummaryModels.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class ParameterToFieldConfig extends TaintTracking::Configuration {
5858

5959
override predicate isSink(DataFlow::Node sink) {
6060
exists(FieldAssignment a |
61-
a.getSource().getAChildExpr() = sink.asExpr() or a.getSource() = sink.asExpr()
61+
a.getSource() = sink.asExpr()
6262
)
6363
}
6464
}

0 commit comments

Comments
 (0)