mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Remove workaround that accounted for missing flow
This commit is contained in:
@@ -58,7 +58,7 @@ class ParameterToFieldConfig extends TaintTracking::Configuration {
|
||||
|
||||
override predicate isSink(DataFlow::Node sink) {
|
||||
exists(FieldAssignment a |
|
||||
a.getSource().getAChildExpr() = sink.asExpr() or a.getSource() = sink.asExpr()
|
||||
a.getSource() = sink.asExpr()
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user