mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01: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